File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 77# Justification: Test method names contain underscores
88# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
99dotnet_diagnostic.CA1707.severity = none
10+
11+ # IDE0005: Remove all unused usings
12+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
13+ # https://github.com/dotnet/roslyn/issues/41640
14+ dotnet_diagnostic.IDE0005.severity = none
Original file line number Diff line number Diff line change @@ -12,3 +12,8 @@ dotnet_diagnostic.CA1303.severity = none
1212# Justification: Test method names contain underscores
1313# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
1414dotnet_diagnostic.CA1707.severity = none
15+
16+ # IDE0005: Remove all unused usings
17+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
18+ # https://github.com/dotnet/roslyn/issues/41640
19+ dotnet_diagnostic.IDE0005.severity = none
Original file line number Diff line number Diff line change @@ -38,3 +38,8 @@ dotnet_diagnostic.CA1062.severity = none
3838# Justification: Test method names contain underscores
3939# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
4040dotnet_diagnostic.CA1707.severity = none
41+
42+ # IDE0005: Remove all unused usings
43+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
44+ # https://github.com/dotnet/roslyn/issues/41640
45+ dotnet_diagnostic.IDE0005.severity = none
Original file line number Diff line number Diff line change 77# Justification: Test method names contain underscores
88# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
99dotnet_diagnostic.CA1707.severity = none
10+
11+ # IDE0005: Remove all unused usings
12+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
13+ # https://github.com/dotnet/roslyn/issues/41640
14+ dotnet_diagnostic.IDE0005.severity = none
You can’t perform that action at this time.
0 commit comments