File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,3 @@ dotnet_diagnostic.IDE0048.severity = none
159159# IDE0305: Collection initialization can be simplified
160160# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305
161161dotnet_diagnostic.IDE0305.severity = none
162-
163- # IDE0005: Remove unnecessary using directives
164- # https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
165- dotnet_diagnostic.IDE0005.severity = suggestion
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ generated_code = true
44
55# Do not reported any diagnostics for "imported" code
66dotnet_analyzer_diagnostic.severity = none
7+
8+ # IDE0005: Remove unnecessary using directives
9+ # https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
10+ dotnet_diagnostic.IDE0005.severity = none
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ generated_code = true
44
55# Do not reported any diagnostics for "imported" code
66dotnet_analyzer_diagnostic.severity = none
7+
8+ # IDE0005: Remove unnecessary using directives
9+ # https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0005
10+ dotnet_diagnostic.IDE0005.severity = none
You can’t perform that action at this time.
0 commit comments