Post Content
Jim shows how to use Roslyn analyzers to analyze your code for style, quality, design and issues.
Chapters
0:00 – Introduction
1:45 – What can you use analyzers for?
6:00 – Exploring analyzer generated warnings, messages and errors
9:07 – Turning on additional Roslyn analyzers
11:15 – Customizing rules and severity of code issues
13:45 – Using 3rd party analyzers
17:00 – More on exploring and fixing errors
22:10 – Best practices when using analyzers
25:30 – Wrap-up
Resources
https://github.com/dotnet/roslyn-analyzers
https://github.com/dotnet/roslyn
https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/
https://github.com/jwooley/RoslynLabs (Jim’s hands on labs)
https://github.com/code-cracker/code-cracker
https://github.com/dotnet/roslynator
https://github.com/SonarSource/sonar-dotnet Read More Microsoft Visual Studio