Skip to content

Commit 0f5860b

Browse files
committed
Fix build
1 parent 93297ed commit 0f5860b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ dotnet_diagnostic.SA1602.severity = none
2929
# https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md
3030
dotnet_diagnostic.SA1633.severity = none
3131

32+
# IDE0005: Remove all unused usings
33+
# Justification: Bug in Roslyn compiler is causing error on projects with generating docs disabled.
34+
# https://github.com/dotnet/roslyn/issues/41640
35+
dotnet_diagnostic.IDE0005.severity = none
36+
3237
##########################################
3338
# Custom
3439
##########################################

0 commit comments

Comments
 (0)