File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ dotnet_diagnostic.CA2016.severity = error
3636# See: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/maintainability-warnings
3737dotnet_analyzer_diagnostic.category-Maintainability.severity = error
3838
39+ # Roslynator Warnings to Info
40+ dotnet_diagnostic.CA2016.severity = suggestion
41+ dotnet_diagnostic.RCS1102.severity = suggestion
42+ dotnet_diagnostic.RCS1139.severity = suggestion
43+ dotnet_diagnostic.RCS1194.severity = suggestion
44+ dotnet_diagnostic.RCS1210.severity = suggestion
45+ dotnet_diagnostic.RCS1075.severity = suggestion
46+
3947
4048# TODO: Fix all of these issues and explicitly ignore the intentional ones.
4149dotnet_diagnostic.VSTHRD002.severity = silent
@@ -51,7 +59,6 @@ dotnet_diagnostic.CS1998.severity = silent
5159dotnet_diagnostic.CS4014.severity = silent
5260dotnet_diagnostic.xUnit2013.severity = silent
5361
54-
5562# VSTHRD200: Use "Async" suffix for awaitable methods
5663dotnet_diagnostic.VSTHRD200.severity = silent
5764# IDE0003: this and Me preferences
You can’t perform that action at this time.
0 commit comments