Skip to content

Commit 2dbc0e4

Browse files
authored
Merge pull request #6920 from dotnet/dev/jaredpar/console
Update AnalyzerBannedSymbols.txt
2 parents b39866e + 7318a0d commit 2dbc0e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.CodeAnalysis.Analyzers/Core/AnalyzerBannedSymbols.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
T:System.Console; Analyzers should not be reading / writing to the console
12
T:System.Diagnostics.Process; Analyzers should not inspect or create processes
23
T:System.Diagnostics.ProcessStartInfo; Analyzers should not inspect or create processes
34
T:System.Environment; Analyzers should not read their settings directly from environment variables

0 commit comments

Comments
 (0)