We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39866e + 7318a0d commit 2dbc0e4Copy full SHA for 2dbc0e4
src/Microsoft.CodeAnalysis.Analyzers/Core/AnalyzerBannedSymbols.txt
@@ -1,3 +1,4 @@
1
+T:System.Console; Analyzers should not be reading / writing to the console
2
T:System.Diagnostics.Process; Analyzers should not inspect or create processes
3
T:System.Diagnostics.ProcessStartInfo; Analyzers should not inspect or create processes
4
T:System.Environment; Analyzers should not read their settings directly from environment variables
0 commit comments