roslyn-analyzer topic
Generator.Equals
A source code generator for automatically implementing IEquatable<T> using only attributes.
ExhaustiveMatching
C# Analyzer Adding Exhaustive Checking of Switch Statements and Expressions
xunit.analyzers
Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)
Meziantou.Analyzer
A Roslyn analyzer to enforce some good practices in C#.
awesome-roslyn
Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators
platform-compat
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.
roslyn-security-guard
Roslyn analyzers that aim to help security audit on .NET applications.
FastGenericNew
The ultimate fast alternative to Activator.CreateInstance<T> / new T()
roslyn-analyzers
Collection of useful Roslyn analyzers and code fixes.
RecordGenerator
C# immutable records generator