We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure, just for fyi
https://github.com/diegofrata/Generator.Equals/blob/main/Generator.Equals/EqualsGenerator.cs#L35
Using Compilation inside the generator pipeline renders it is non-incremental. Additional details is here zompinc/sync-method-generator#20
Compilation
The text was updated successfully, but these errors were encountered:
Feels like it's the case here. I think it can be fixed easily, need to do a bit of digging when I have time.
Sorry, something went wrong.
https://andrewlock.net/creating-a-source-generator-part-9-avoiding-performance-pitfalls-in-incremental-generators/
Andrew Lock wrote about this recently.
Successfully merging a pull request may close this issue.
I'm not sure, just for fyi
https://github.com/diegofrata/Generator.Equals/blob/main/Generator.Equals/EqualsGenerator.cs#L35
Using
Compilation
inside the generator pipeline renders it is non-incremental. Additional details is here zompinc/sync-method-generator#20The text was updated successfully, but these errors were encountered: