Vladimir Rodchenko

Results 2 issues of Vladimir Rodchenko

### Description I have warning **S2589** for `list.Count == 0` but I'm sure it is false positive. ### Repro steps Please find code below: ```csharp public void Apply(OpenApiOperation operation, OperationFilterContext...

Area: CFG/SE
Type: CFG/SE FPs

Hi, when I'm installing @types/glob and than run tsc got this error: ``` node_modules/@types/glob/index.d.ts:29:42 - error TS2694: Namespace '"/node_modules/minimatch/dist/cjs/index"' has no exported member 'IOptions'. 29 interface IOptions extends minimatch.IOptions {...