diff --git a/.editorconfig b/.editorconfig index 980f909..3b2daaf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -76,6 +76,9 @@ dotnet_diagnostic.IDE0005.severity = none # IDE0290: Use primary constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0290) dotnet_diagnostic.IDE0290.severity = none +# xUnit1004 +dotnet_diagnostic.xUnit1004.severity = none + ########################################## # Language Rules # https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/language-rules