We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f246d commit 038e3ecCopy full SHA for 038e3ec
2 files changed
.editorconfig
@@ -170,6 +170,9 @@ dotnet_diagnostic.rcs1037.severity = error
170
# RCS1036: Remove redundant empty line.
171
dotnet_diagnostic.rcs1036.severity = error
172
173
+dotnet_diagnostic.S2325.severity = none
174
+dotnet_diagnostic.S4136.severity = none
175
+
176
xml_space_before_self_closing = true
177
178
resharper_arrange_object_creation_when_type_not_evident_highlighting = none
new-cli/Directory.Build.props
@@ -6,7 +6,7 @@
6
<LangVersion>latest</LangVersion>
7
<Nullable>enable</Nullable>
8
<ImplicitUsings>enable</ImplicitUsings>
9
- <NoWarn>8625;2254;IDE0005</NoWarn>
+ <NoWarn>$(NoWarn);CS8625;CS2254;IDE0005</NoWarn>
10
11
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
12
<EnableNETAnalyzers>true</EnableNETAnalyzers>
0 commit comments