Generators Cheatsheet

USE FOR: Building incremental source generators that emit C# code at compile time, including syntax providers, semantic model queries, attribute-driven generation, and diagnostic reporting. DO NOT USE FOR: IL weaving (use Fody), T4 text templates, runtime code generation with Reflection.Emit, or analyzers that only report diagnostics without generating code.

Tyler-R-Kendrick 23d49ca 21 files · 41.1 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/project-system/generators-cheatsheet commit 23d49ca623

Frequently asked questions

npx skillmds add tyler-r-kendrick/generators-cheatsheet