@@ -54,11 +54,11 @@ dotnet_diagnostic.CA1068.severity = error
5454# CA1501: Avoid excessive inheritance
5555dotnet_diagnostic.CA1501.severity = error
5656# CA1502: Avoid excessive complexity
57- dotnet_diagnostic.CA1502.severity = warning
57+ dotnet_diagnostic.CA1502.severity = silent
5858# CA1505: Avoid unmaintainable code
5959dotnet_diagnostic.CA1505.severity = error
6060# CA1506: Avoid excessive class coupling
61- dotnet_diagnostic.CA1506.severity = warning
61+ dotnet_diagnostic.CA1506.severity = silent
6262# CA1507: Use nameof in place of string
6363dotnet_diagnostic.CA1507.severity = error
6464# CA1508: Avoid dead conditional code
@@ -95,22 +95,22 @@ dotnet_diagnostic.RCS1210.severity = error
9595# RCS1036: Remove unnecessary blank line
9696dotnet_diagnostic.RCS1036.severity = error
9797# RCS1075: Avoid empty catch clause that catches System.Exception
98- dotnet_diagnostic.RCS1075.severity = suggestion
98+ dotnet_diagnostic.RCS1075.severity = error
9999# RCS1170: Use read-only auto-implemented property
100100dotnet_diagnostic.RCS1170.severity = error
101101
102102# VSTHRD002: Avoid problematic synchronous waits
103- dotnet_diagnostic.VSTHRD002.severity = suggestion
103+ dotnet_diagnostic.VSTHRD002.severity = error
104104# VSTHRD003: Avoid awaiting foreign Tasks
105- dotnet_diagnostic.VSTHRD003.severity = suggestion
105+ dotnet_diagnostic.VSTHRD003.severity = error
106106# VSTHRD105: Avoid method overloads that assume TaskScheduler.Current
107- dotnet_diagnostic.VSTHRD105.severity = suggestion
107+ dotnet_diagnostic.VSTHRD105.severity = error
108108# VSTHRD100: Avoid async void methods
109- dotnet_diagnostic.VSTHRD100.severity = suggestion
109+ dotnet_diagnostic.VSTHRD100.severity = error
110110# VSTHRD103: Call async methods when in an async method
111- dotnet_diagnostic.VSTHRD103.severity = suggestion
111+ dotnet_diagnostic.VSTHRD103.severity = error
112112# VSTHRD110: Observe result of async calls
113- dotnet_diagnostic.VSTHRD110.severity = suggestion
113+ dotnet_diagnostic.VSTHRD110.severity = error
114114# VSTHRD114: Avoid returning a null Task
115115dotnet_diagnostic.VSTHRD114.severity = error
116116# VSTHRD200: Use "Async" suffix for awaitable methods
0 commit comments