Open jonmotos opened 2 months ago
Sure, feel free :+1: are you thinking of TreatWarningsAsErrors
or adjusting them through .editorconfig
or something?
Yea I was thinking like the following - just gotta find the right warnings.
<WarningsAsErrors>0219,CS0168</WarningsAsErrors>
It would be very handy to see in the quick-start the necessary csproj configuration to produce build errors instead of warnings with the included Analyzers!
Happy to create a PR.