Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 219 Bytes

File metadata and controls

9 lines (6 loc) · 219 Bytes

RoslynAnalyzers

C# code analyzers built on the Roslyn compiler.

EnumSwitchAnalyzer

Roslyn analyzer that ensures that all enum cases are handled when used inside a switch statement.