Make Roslyn shut up about long methods
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
# MA0048: File name must match type name
|
# MA0048: File name must match type name
|
||||||
dotnet_diagnostic.MA0048.severity = suggestion
|
dotnet_diagnostic.MA0048.severity = suggestion
|
||||||
|
# MA0051: Method too long
|
||||||
|
dotnet_diagnostic.MA0051.severity = none
|
Reference in New Issue
Block a user