SourceGeneratorQuery
SourceGeneratorQuery copied to clipboard
C# SourceGenerator helper which helps you query your files, and adds LINQ support
Results
1
SourceGeneratorQuery issues
Sort by
recently updated
recently updated
newest added
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG) However, the source generators have been deprecated in favor of the new incremental generators , that allows better performance...