Skip to content

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

Merged
merged 5 commits into from
Jun 28, 2021

Conversation

captainsafia
Copy link
Member

No description provided.

@BrennanConroy
Copy link
Member

We've been trying to update the SDK :/
#33719

@captainsafia
Copy link
Member Author

@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.

@Pilchie Pilchie added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Jun 25, 2021
@captainsafia
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@captainsafia
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@captainsafia captainsafia marked this pull request as ready for review June 28, 2021 16:52
@captainsafia captainsafia requested review from a team as code owners June 28, 2021 16:53
@@ -8,7 +8,6 @@
Clien caching isn't part of our performance measurement, so we'll skip it.
-->
<BlazorCacheBootResources>false</BlazorCacheBootResources>
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
Copy link
Member Author

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>
Copy link
Member Author

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.

@captainsafia captainsafia merged commit 86ea8e0 into main Jun 28, 2021
@captainsafia captainsafia deleted the safia/sdk-irsg branch June 28, 2021 17:12
@ghost ghost added this to the 6.0-preview7 milestone Jun 28, 2021
halter73 added a commit that referenced this pull request Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants