We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e8cb7 commit 1ed9afeCopy full SHA for 1ed9afe
.editorconfig
@@ -57,6 +57,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
57
# IDE0040: Add accessibility modifiers
58
dotnet_diagnostic.IDE0040.severity = error
59
60
+# IDE1100: Error reading content of source file 'Project.TargetFrameworkMoniker' (i.e. from ThisAssembly)
61
+dotnet_diagnostic.IDE1100.severity = none
62
+
63
[*.cs]
64
# Top-level files are definitely OK
65
csharp_using_directive_placement = outside_namespace:silent
0 commit comments