Roslyn Analyzers

USE FOR: Writing custom Roslyn diagnostic analyzers and code fix providers that report warnings and errors during compilation, and optionally provide automated code transformations. DO NOT USE FOR: Source generators that emit new files (use IIncrementalGenerator), post-compilation IL weaving (use Fody), or standalone static analysis tools (use NDepend or Semgrep).

majiayu000 7cee592 2 files · 15.1 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/roslyn-analyzers commit 7cee5924fb

Frequently asked questions

npx skillmds add majiayu000/roslyn-analyzers