roslyn-analyzer topic

List roslyn-analyzer repositories

Generator.Equals

123
Stars
18
Forks
Watchers

A source code generator for automatically implementing IEquatable<T> using only attributes.

ExhaustiveMatching

70
Stars
5
Forks
Watchers

C# Analyzer Adding Exhaustive Checking of Switch Statements and Expressions

xunit.analyzers

171
Stars
65
Forks
Watchers

Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)

Meziantou.Analyzer

852
Stars
46
Forks
Watchers

A Roslyn analyzer to enforce some good practices in C#.

awesome-roslyn

639
Stars
58
Forks
Watchers

Curated list of awesome Roslyn books, tutorials, open-source projects, analyzers, code fixes, refactorings, and source generators

platform-compat

275
Stars
45
Forks
Watchers

Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms.

roslyn-security-guard

208
Stars
38
Forks
Watchers

Roslyn analyzers that aim to help security audit on .NET applications.

FastGenericNew

220
Stars
6
Forks
Watchers

The ultimate fast alternative to Activator.CreateInstance<T> / new T()

roslyn-analyzers

58
Stars
10
Forks
Watchers

Collection of useful Roslyn analyzers and code fixes.

RecordGenerator

69
Stars
10
Forks
Watchers

C# immutable records generator