Is it a good practice to treat warnings as errors?
Making Visual Studio treat warnings the same way as errors .NET projects have an interesting property that we can set. It’s named TreatWarningsAsErrors. We can set it in *.csproj files: For years, I would say that this is great! The more strict code checking rules, the better, right? Code style, warnings, conventions. And in theory, … Read more