Tanoshi
✅ Getting started with source generators
okay someone In the #roslyn channel helped me
https://discord.com/channels/143867839282020352/598678594750775301/1112354437885861999
the solution was
dotnet build-server shutdown
after I did that I could rebuild the solution and get the updated generated files
I suppose this issue occurres because the compiler keeps the generator cached until it gets restated to save on compile time14 replies
✅ Getting started with source generators
yes I also saw that so after that I checked the examples from the IIncrementalGenerator from the roslyn github
https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md
and tried some examples from there but same result
14 replies
✅ Getting started with source generators
about my project?
well I just followed the microsoft guide
https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview
14 replies