We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15473b6 commit ecc9707Copy full SHA for ecc9707
.editorconfig
@@ -140,7 +140,8 @@ dotnet_diagnostic.IDE0001.severity = warning
140
dotnet_diagnostic.IDE0002.severity = warning
141
142
# IDE0005: Remove unnecessary import
143
-dotnet_diagnostic.IDE0005.severity = warning
+# Workaround for https://github.com/dotnet/roslyn/issues/41640
144
+dotnet_diagnostic.IDE0005.severity = none
145
146
# RS0041: Public members should not use oblivious types
147
dotnet_diagnostic.RS0041.severity = suggestion
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
"rollForward": "latestFeature",
4
- "version": "7.0.306"
+ "version": "7.0.400"
5
}
6
0 commit comments