-
Notifications
You must be signed in to change notification settings - Fork 199
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
Include all component declarations when creating descriptors #8614
Conversation
@chsienki @dotnet/razor-compiler - this PR fixes a regression that blocks aspnetcore from updating SDK, PTAL. |
@chsienki @dotnet/razor-compiler - Please prioritize. SDK update has been blocked for a long time, and this is the current failure. |
Is this ready to go? |
@mitchdenny The policy is that it needs two approvals from members of the compiler team. |
@dotnet/razor-compiler can you please take a quick look? The PR seems easy enough and it's currently blocking an important SDK ingestion in aspnetcore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets take this to unblock the SDK insertion, but we should follow up with a run of the generator benchmarks to understand the impact on performance.
Thanks @chsienki |
Fixes #8610.