Skip to content

[release/7.0] [Blazor] Fix Microsoft.AspNetCore.Components.WebView.props not getting packed correctly #52972

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 1 commit into from
Jan 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 22, 2023

Backport of #52638 to release/7.0

/cc @MackinnonBuck

Fix Microsoft.AspNetCore.Components.WebView.props not getting packed correctly

Fixes an issue where Microsoft.AspNetCore.Components.WebView.props was not getting packed correctly. This was causing build failures for any project referencing Microsoft.AspNetCore.Components.WebView.

Description

Fixes #52637

Customer Impact

If customers were to reference a new version of this package without this fix, their app would fail to build. Our temporary workaround is to avoid shipping new versions of Microsoft.AspNetCore.Components.WebView until this issue gets fixed.

Regression?

  • Yes
  • No

Regressed from package version 7.0.14.

Risk

  • High
  • Medium
  • Low

The fix is straightforward, and we've verified that the packages produced in CI contain the correct assets. A MAUI dependency update was failing due to this bug, and the fix has shown to address it.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@github-actions github-actions bot requested a review from a team as a code owner December 22, 2023 17:46
@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Dec 22, 2023
@ghost ghost added this to the 7.0.x milestone Dec 22, 2023
@ghost
Copy link

ghost commented Dec 22, 2023

Hi @github-actions[bot]. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document.
Otherwise, please add tell-mode label.

@MackinnonBuck MackinnonBuck added the ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. label Dec 22, 2023
@ghost
Copy link

ghost commented Dec 30, 2023

Looks like this PR hasn't been active for some time and the codebase could have been changed in the meantime.
To make sure no conflicting changes have occurred, please rerun validation before merging. You can do this by leaving an /azp run comment here (requires commit rights), or by simply closing and reopening.

@ghost ghost added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Dec 30, 2023
@MackinnonBuck
Copy link
Member

/azp run

@ghost ghost removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Jan 5, 2024
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@MackinnonBuck
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@mkArtakMSFT mkArtakMSFT added Servicing-approved Shiproom has approved the issue and removed ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. labels Jan 13, 2024
@ghost
Copy link

ghost commented Jan 13, 2024

Hi @github-actions[bot]. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed.

@mkArtakMSFT mkArtakMSFT merged commit 74466e7 into release/7.0 Jan 16, 2024
@mkArtakMSFT mkArtakMSFT deleted the backport/pr-52638-to-release/7.0 branch January 16, 2024 16:43
@ghost ghost modified the milestones: 7.0.x, 7.0.16 Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components Servicing-approved Shiproom has approved the issue
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants