Ralf Koban

Results 2 issues of Ralf Koban

Hi, I'm trying to run the analyzer against my .NET standard project which is an analyzer. (source code: https://github.com/RalfKoban/MiKo-Analyzers ) Unfortunately, I get a lot of FileNotFoundExceptions reported as the...

When parsing the file `https://github.com/microsoft/TypeScript/blob/master/scripts/types/ambient.d.ts`, the parser cannot handle the situation properly that there is a `readonly` modifier on a property signature. Snippet: ``` namespace File { export interface VinylOptions...