mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
Moved IDE0005 warning configuration. (#1329)
This commit is contained in:
committed by
GitHub
parent
b47b35c19b
commit
f8b3ef30fc
@@ -159,7 +159,3 @@ dotnet_diagnostic.IDE0048.severity = none
|
||||
# IDE0305: Collection initialization can be simplified
|
||||
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305
|
||||
dotnet_diagnostic.IDE0305.severity = none
|
||||
|
||||
# IDE0005: Remove unnecessary using directives
|
||||
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
|
||||
dotnet_diagnostic.IDE0005.severity = suggestion
|
||||
|
||||
@@ -4,3 +4,7 @@ generated_code = true
|
||||
|
||||
# Do not reported any diagnostics for "imported" code
|
||||
dotnet_analyzer_diagnostic.severity = none
|
||||
|
||||
# IDE0005: Remove unnecessary using directives
|
||||
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
|
||||
dotnet_diagnostic.IDE0005.severity = none
|
||||
|
||||
@@ -4,3 +4,7 @@ generated_code = true
|
||||
|
||||
# Do not reported any diagnostics for "imported" code
|
||||
dotnet_analyzer_diagnostic.severity = none
|
||||
|
||||
# IDE0005: Remove unnecessary using directives
|
||||
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
|
||||
dotnet_diagnostic.IDE0005.severity = none
|
||||
|
||||
Reference in New Issue
Block a user