Use static code analyzers in C# to improve code quality

There is a new feature available in Visual Studio 2015 and roslyn compiler – live code analyzers. Those can be used, to improve your code quality. Code analyzers can be installed via NuGet packages and if you want, you can also implement your own analyzers. What are live code analyzers? Analyzers are extensions that can … Continue reading Use static code analyzers in C# to improve code quality