-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mitigated .NET 9 Visual Studio code analysis misbehavior with additio…
…nal editorconfig settings.
- Loading branch information
1 parent
2466df3
commit 87614b6
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
[*.cs] | ||
|
||
# IDE0008: Use explicit type | ||
csharp_style_var_elsewhere = true | ||
csharp_prefer_braces = when_multiline | ||
csharp_style_namespace_declarations=file_scoped:warning | ||
csharp_style_var_when_type_is_apparent = true | ||
csharp_style_var_for_built_in_types = true | ||
csharp_style_var_elsewhere = true | ||
|
||
# IDE0040: Add accessibility modifiers | ||
dotnet_diagnostic.IDE0040.severity = none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters