File tree 3 files changed +8
-4
lines changed
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
159
159
# IDE0305: Collection initialization can be simplified
160
160
# https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0305
161
161
dotnet_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
4
4
5
5
# Do not reported any diagnostics for "imported" code
6
6
dotnet_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
4
4
5
5
# Do not reported any diagnostics for "imported" code
6
6
dotnet_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