Make Roslyn shut up about long methods

This commit is contained in:
2025-09-15 02:57:09 +01:00
parent 5a6bf4e7c2
commit ef20bb5f97

View File

@@ -2,3 +2,5 @@
# MA0048: File name must match type name
dotnet_diagnostic.MA0048.severity = suggestion
# MA0051: Method too long
dotnet_diagnostic.MA0051.severity = none