✅ How come this gives me no warning in Rider?
For context, I have this in MSBuild
And this in .editorconfig
What else do I have to do to make it work?
dotnet_diagnostic.CA1001.severity = error
dotnet_diagnostic.CA1816.severity = error <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisLevel>preview</AnalysisLevel>var f = File.Open("FDJLK", FileMode.Append);