Your first time on this page? Allow me to give some explanations.
Awesome Roslyn
Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
Here you can see meta information about this topic like the time we last updated this page, the original creator of the awesome list and a link to the original GitHub repository.
Thank you ironcev & contributors
View Topic on GitHub:
ironcev/awesome-roslyn
Search for resources by name or description.
Simply type in what you are looking for and the results will be filtered on the fly.
Further filter the resources on this page by type (repository/other resource), number of stars on GitHub and time of last commit in months.
Books
Tutorials
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
Open Source Projects
C# to JavaScript compiler. Write modern mobile and web apps in C#. Run anywhere with Bridge.NET.
Convert code from C# to VB.NET and vice versa using Roslyn
Pattern matching for Roslyn syntax trees
Assists in performing Roslyn-based code generation during a build.
Run C# scripts from the .NET CLI.
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
MirrorSharp is a code editor <textarea> built on Roslyn and CodeMirror
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
Tools to let you use Roslyn-powered C# scripts for code generation
Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.
A Roslyn based C# source generation framework
Open Source Analyzers, Code Fixes, and Refactorings
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
Reports diagnostics for C# coding guidelines that are not already covered by Resharper.
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
"AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
A Roslyn analyzer to improve the experience when working with nullable reference types.
Refactoring Essentials for Visual Studio
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
A collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn.
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
An implementation of StyleCop rules using the .NET Compiler Platform
A collection of static analyzers based on Roslyn that integrate with VS
Libraries and Frameworks for Testing Analyzers, Code Fixes, and Refactorings
Roslyn-SDK templates and Syntax Visualizer
A lightweight framework for writing unit tests for Roslyn diagnostic analyzers, code fixes, refactorings and completion providers.
Source Generators
Highly efficient compile-time general purpose DI container based on C# source generators.
A source code generator for automatically implementing IEquatable<T> using only attributes.
Json library that uses .NET 5 Source Generators
compile time dependency injection for .NET
Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.
A .NET source generator for creating simple value objects wrapping primitive types.