You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to limit certain analyzers to open files only, based on options that affect the analysis.
We use global values of editorconfig options to determine whether or not to enable analysis for open docs.
The actual values of these options can be set in editorconfig files and vary file by file.
Seems like these analyzers should just respond to pull diagnostics and we should remove this check.
Non-trivial implementations:
SimplifyTypeNamesDiagnosticAnalyzerBase
PreferFrameworkTypeDiagnosticAnalyzerBase
AbstractQualifyMemberAccessDiagnosticAnalyzer
CSharpTypeStyleDiagnosticAnalyzerBase
Tracks TODO in code.
The text was updated successfully, but these errors were encountered:
Used to limit certain analyzers to open files only, based on options that affect the analysis.
We use global values of editorconfig options to determine whether or not to enable analysis for open docs.
The actual values of these options can be set in editorconfig files and vary file by file.
Seems like these analyzers should just respond to pull diagnostics and we should remove this check.
Non-trivial implementations:
Tracks TODO in code.
The text was updated successfully, but these errors were encountered: