-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Update SDK to pick up incremental Razor source generator #33833
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
Conversation
We've been trying to update the SDK :/ |
@BrennanConroy Ack. I'm doing this to shake out any issues with the incremental source generator that I just merged. I mostly want to verify that the builds for projects with Razor/CSHTML are fine. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@@ -8,7 +8,6 @@ | |||
Clien caching isn't part of our performance measurement, so we'll skip it. | |||
--> | |||
<BlazorCacheBootResources>false</BlazorCacheBootResources> | |||
<UseRazorSourceGenerator>false</UseRazorSourceGenerator> |
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.
We don't need this anymore. I fixed the root cause in #33456 anyways.
@@ -11,7 +11,6 @@ | |||
|
|||
<!-- Project supports more than one language --> | |||
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData> | |||
<UseRazorSourceGenerator>false</UseRazorSourceGenerator> |
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.
With local and CI-based runs of ./build.sh
in src/Components
I'm not seeing #31023 anymore so I think we're good here.
If that turns out not to be the case, we can revisit.
)" This reverts commit 86ea8e0.
No description provided.