Tagify icon indicating copy to clipboard operation
Tagify copied to clipboard

IIncrementalGenerator vs ISourceGenerator

Open ignatandrei opened this issue 1 year ago • 0 comments

I maintain a list of Roslyn Source Code Generators at 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

See https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md

However this means passing from ISourceGenerator to IIncrementalGenerator

Could you do that ?

Thanks Andrei

ignatandrei avatar Oct 09 '24 07:10 ignatandrei