Skip to content

Commit 4d11595

Browse files
committed
fix: don't error because dependency is not using file-scoped
1 parent b5b6a27 commit 4d11595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ csharp_style_var_elsewhere = true:suggestion
166166
csharp_style_var_for_built_in_types = true:suggestion
167167
csharp_style_var_when_type_is_apparent = true:warning
168168
csharp_using_directive_placement = outside_namespace:error
169-
dotnet_diagnostic.ide0161.severity = error
169+
dotnet_diagnostic.ide0161.severity = warning
170170
dotnet_diagnostic.bc40000.severity = warning
171171
dotnet_diagnostic.bc400005.severity = warning
172172
dotnet_diagnostic.bc40008.severity = warning

0 commit comments

Comments
 (0)