Skip to content

Conversation

@javiercn
Copy link
Member

@javiercn javiercn commented Jan 19, 2025

  • microsoft.aspnetcore.app.internal.assets has code to include assets in the previous item group that are included as static web assets, so it was getting included twice, once for the MSBuild in the package and another for the msbuild in the microsoft.aspnetcore.app.internal.assets package.
  • Changing the item group so that they don't conflict addresses the issue.
  • We still need to determine why microsoft.aspnetcore.app.internal.assets is getting imported.

@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Jan 19, 2025
@javiercn javiercn marked this pull request as ready for review January 19, 2025 11:09
@javiercn javiercn requested a review from a team as a code owner January 19, 2025 11:09
@rmarinho
Copy link
Member

Can we get this merge so it flows to .net maui soon ?

@javiercn javiercn merged commit 9a95695 into main Jan 20, 2025
27 checks passed
@javiercn javiercn deleted the javiercn/webview-assets-fix branch January 20, 2025 10:35
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Jan 20, 2025
captainsafia pushed a commit that referenced this pull request Feb 11, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants