File tree 1 file changed +8
-1
lines changed
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
36
36
# See: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/maintainability-warnings
37
37
dotnet_analyzer_diagnostic.category-Maintainability.severity = error
38
38
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
+
39
47
40
48
# TODO: Fix all of these issues and explicitly ignore the intentional ones.
41
49
dotnet_diagnostic.VSTHRD002.severity = silent
@@ -51,7 +59,6 @@ dotnet_diagnostic.CS1998.severity = silent
51
59
dotnet_diagnostic.CS4014.severity = silent
52
60
dotnet_diagnostic.xUnit2013.severity = silent
53
61
54
-
55
62
# VSTHRD200: Use "Async" suffix for awaitable methods
56
63
dotnet_diagnostic.VSTHRD200.severity = silent
57
64
# IDE0003: this and Me preferences
You can’t perform that action at this time.
0 commit comments