-
-
Notifications
You must be signed in to change notification settings - Fork 111
feat: make AotConverterGenerator incremental and optimise
#4629
New issue
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
feat: make AotConverterGenerator incremental and optimise
#4629
Conversation
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Head branch was pushed to by a user without write access
|
Added |
Head branch was pushed to by a user without write access
1b222c2 to
8b6ef69
Compare
|
Last update, added assertion that for For the future: might be worth looking at using |
|
Yeah definitely. These source generators are definitely not optimized! I was learning them as I went along. Appreciate the help! |
AotConverterGeneratorincrementalBefore
After