Skip to content

Commit 9fa03bf

Browse files
committed
Fix tests
1 parent 0f5860b commit 9fa03bf

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

Source/ApiTemplate/Tests/.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
# Justification: Test method names contain underscores
88
# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
99
dotnet_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

Source/GraphQLTemplate/Tests/.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1414
dotnet_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

Source/NuGetTemplate/Tests/.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4040
dotnet_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

Source/OrleansTemplate/Tests/.editorconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
# Justification: Test method names contain underscores
88
# https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1707
99
dotnet_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

0 commit comments

Comments
 (0)