You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We block the source generator from running in VS anyway, so it's not urgent to migrate to the incremental model but I agree that it could be valuable in the long run.
The source-generator at https://github.com/dotnet/orleans/blob/main/src/Orleans.CodeGenerator/OrleansSourceGenerator.cs is using the deprecated https://github.com/dotnet/roslyn/blob/main/docs/features/source-generators.md.
We should be using https://github.com/dotnet/roslyn/blob/main/docs/features/incremental-generators.md
The text was updated successfully, but these errors were encountered: