File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,9 @@ dotnet_diagnostic.rcs1037.severity = error
170170# RCS1036: Remove redundant empty line.
171171dotnet_diagnostic.rcs1036.severity = error
172172
173+ dotnet_diagnostic.S2325.severity = none
174+ dotnet_diagnostic.S4136.severity = none
175+
173176xml_space_before_self_closing = true
174177
175178resharper_arrange_object_creation_when_type_not_evident_highlighting = none
Original file line number Diff line number Diff line change 66 <LangVersion >latest</LangVersion >
77 <Nullable >enable</Nullable >
88 <ImplicitUsings >enable</ImplicitUsings >
9- <NoWarn >8625;2254 ;IDE0005</NoWarn >
9+ <NoWarn >$(NoWarn);CS8625;CS2254 ;IDE0005</NoWarn >
1010
1111 <SatelliteResourceLanguages >en</SatelliteResourceLanguages >
1212 <EnableNETAnalyzers >true</EnableNETAnalyzers >
You can’t perform that action at this time.
0 commit comments