File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,8 @@ dotnet_diagnostic.SA1601.severity = none
17
17
# Justification: Comments turned off
18
18
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1602.md
19
19
dotnet_diagnostic.SA1602.severity = none
20
+
21
+ # IDE0005: Remove all unused usings
22
+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
23
+ # https://github.com/dotnet/roslyn/issues/41640
24
+ dotnet_diagnostic.IDE0005.severity = none
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ dotnet_diagnostic.SA1601.severity = none
18
18
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1602.md
19
19
dotnet_diagnostic.SA1602.severity = none
20
20
21
+ # IDE0005: Remove all unused usings
22
+ # Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
23
+ # https://github.com/dotnet/roslyn/issues/41640
24
+ dotnet_diagnostic.IDE0005.severity = none
25
+
21
26
# #########################################
22
27
# Custom
23
28
# #########################################
Original file line number Diff line number Diff line change 2
2
"sdk" : {
3
3
"allowPrerelease" : false ,
4
4
"rollForward" : " latestMajor" ,
5
- "version" : " 7.0.302 "
5
+ "version" : " 7.0.401 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments