Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan <brecon@microsoft.com>2022-01-15 18:27:45 +0300
committerGitHub <noreply@github.com>2022-01-15 18:27:45 +0300
commitbca5f96e48bf22bfa4791e49b995835474294bc5 (patch)
treef64030045e7cc87e748b6d9b4675580be7d2e429 /.editorconfig
parent31f7b5e92079de7f71f9ffd9805f70893389d93a (diff)
Update 'using' warning for test files (#39537)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4682cf58b9..60a188b99e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -282,6 +282,8 @@ dotnet_diagnostic.CA1846.severity = suggestion
dotnet_diagnostic.CA2008.severity = suggestion
# CA2012: Use ValueTask correctly
dotnet_diagnostic.CA2012.severity = suggestion
+# IDE0005: Remove unnecessary usings
+dotnet_diagnostic.IDE0005.severity = suggestion
# IDE0044: Make field readonly
dotnet_diagnostic.IDE0044.severity = suggestion
# IDE0051: Remove unused private members