Tanoshi
Tanoshi
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ 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 time
14 replies
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ Getting started with source generators
okay Ill do thank you
14 replies
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ Getting started with source generators
might be but I also tried via dotnet clean/build/run and same result also Rider is showing the proper updated version of the generated code but it is just not in the build for some reason
14 replies
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ 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
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ 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
CC#
Created by Tanoshi on 5/28/2023 in #help
✅ Getting started with source generators
PS feel free to ping me in here
14 replies