Skip to content

Commit 1ed9afe

Browse files
authored
Set severity of IDE1100 to none
Suppress IDE1100 warning for ThisAssembly usage (this is something that might have changed recently or in VS2026 specifically).
1 parent 26e8cb7 commit 1ed9afe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ dotnet_style_require_accessibility_modifiers = omit_if_default:error
5757
# IDE0040: Add accessibility modifiers
5858
dotnet_diagnostic.IDE0040.severity = error
5959

60+
# IDE1100: Error reading content of source file 'Project.TargetFrameworkMoniker' (i.e. from ThisAssembly)
61+
dotnet_diagnostic.IDE1100.severity = none
62+
6063
[*.cs]
6164
# Top-level files are definitely OK
6265
csharp_using_directive_placement = outside_namespace:silent

0 commit comments

Comments
 (0)