Skip to content

Commit 1c385f4

Browse files
authored
Remove workaround for crashing analyzer in globalconfig (dotnet#44941)
1 parent bb6a05b commit 1c385f4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.globalconfig

-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ is_global = true
44
# https://github.com/dotnet/aspnetcore/pull/30111#issuecomment-777817003
55
dotnet_diagnostic.CA1309.severity = suggestion
66

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-
127
# CA1304: Specify CultureInfo
138
dotnet_diagnostic.CA1304.severity = error
149

0 commit comments

Comments
 (0)