Roslyn
Roslynator is a set of code analysis tools for C#, powered by Roslyn.
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
A cross-platform C# editor based on Roslyn and AvalonEdit
Write C# apps with a text editor, nuget and the power of Roslyn!
Vulnerability Patterns Detector for C# and VB.NET
Tools to let you use Roslyn-powered C# scripts for code generation
A Roslyn analyzer to enforce some good practices in C#.
Roslyn analyzers for IDisposable
An In-Memory version of the Roslyn compiler that can be used to debug components in the Roslyn pipeline
Parallel Helper is a static code analyzer for C# projects that supports the development of parallel and asynchronous code. The analyzer is built with the help of the .NET Compiler Platform (Roslyn)…
A Roslyn analyzer to improve the experience when working with nullable reference types.