Some built-in analyzers declare themselves as "open file only" (IsOpenFileOnly) when certain code style options have certain severity.
The decision is made based on Solution-wide IDE options, not based on values of these options in editorconfig.
Is this correct?
See IBuiltinAnalyzer.IsOpenFileOnly and CompilationHasOpenFileOnlyAnalyzers
Some built-in analyzers declare themselves as "open file only" (IsOpenFileOnly) when certain code style options have certain severity.
The decision is made based on Solution-wide IDE options, not based on values of these options in editorconfig.
Is this correct?
See IBuiltinAnalyzer.IsOpenFileOnly and CompilationHasOpenFileOnlyAnalyzers