We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6a05b commit 1c385f4Copy full SHA for 1c385f4
.globalconfig
@@ -4,11 +4,6 @@ is_global = true
4
# https://github.com/dotnet/aspnetcore/pull/30111#issuecomment-777817003
5
dotnet_diagnostic.CA1309.severity = suggestion
6
7
-# CA3076: Insecure XSLT Script Execution
8
-# Disabled due to crashing: https://github.com/dotnet/roslyn-analyzers/issues/4750
9
-# Delete the following line when we have a working version.
10
-dotnet_diagnostic.CA3076.severity = none
11
-
12
# CA1304: Specify CultureInfo
13
dotnet_diagnostic.CA1304.severity = error
14
0 commit comments