We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c572c6 commit 470152aCopy full SHA for 470152a
distribution/dotnet8/test/.editorconfig
@@ -22,7 +22,7 @@
22
# https://www.meziantou.net/enforcing-asynchronous-code-good-practices-using-a-roslyn-analyzer.htm
23
dotnet_diagnostic.MA0004.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/Meziantou/MA0004.md
24
dotnet_diagnostic.MA0016.severity = none # https://github.com/atc-net/atc-coding-rules/blob/main/documentation/CodeAnalyzersRules/Meziantou/MA0016.md
25
-
+dotnet_diagnostic.MA0051.severity = none # Method Length
26
27
# Microsoft - Code Analysis
28
# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/
0 commit comments