Open ignatandrei opened 1 month ago
thank you for pointing this out - I will certainly take a look :)
b
On Wed, Oct 9, 2024 at 10:14 AM Andrei Ignat @.***> wrote:
I maintain a list of Roslyn Source Code Generators at 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 @.***/docs/features/incremental-generators.md https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md?rgh-link-date=2024-10-09T08%3A55%3A53Z
However this means passing from ISourceGenerator to IIncrementalGenerator
Could you do that ?
Thanks Andrei
— Reply to this email directly, view it on GitHub https://github.com/biggik/Strings.ResourceGenerator/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABK23KD2A2PVBSZVQWGK6QTZ2T6X3AVCNFSM6AAAAABPUFQ4GCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3TKNBWGI4DGNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I maintain a list of Roslyn Source Code Generators at 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 dotnet/roslyn@main/docs/features/incremental-generators.md
However this means passing from ISourceGenerator to IIncrementalGenerator
Could you do that ?
Thanks Andrei