Skip to content

Conversation

@MackinnonBuck
Copy link
Member

Moves static web assets functionality out of the Razor SDK into a new StaticWebAssets SDK. This is part of the ongoing work to unify the Blazor WebAssembly SDK and the .NET WASM SDK (see dotnet/aspnetcore#46673).

Fixes dotnet/aspnetcore#46997

@MackinnonBuck MackinnonBuck requested a review from javiercn March 9, 2023 00:13
@MackinnonBuck MackinnonBuck requested a review from a team as a code owner March 9, 2023 00:13
@ghost ghost added the Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch label Mar 9, 2023
@ghost
Copy link

ghost commented Mar 9, 2023

Thanks for your PR, @MackinnonBuck.
To learn about the PR process and branching schedule of this repo, please take a look at the SDK PR Guide.

</PropertyGroup>

<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.props" Condition="'$(_RazorSdkImportsMicrosoftNetSdk)' == 'true'" />
<Import Sdk="Microsoft.NET.Sdk.StaticWebAssets" Project="Sdk.props" Condition="'$(_RazorSdkImportsMicrosoftNetSdkStaticWebAssets)' == 'true'" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MackinnonBuck this is what needs to go into the Razor repo, fyi

@MackinnonBuck MackinnonBuck requested a review from maraf March 14, 2023 15:43
@MackinnonBuck MackinnonBuck merged commit 5894be0 into main Mar 14, 2023
@MackinnonBuck MackinnonBuck deleted the mbuck/split-static-web-assets-sdk branch March 14, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-AspNetCore RazorSDK, BlazorWebAssemblySDK, dotnet-watch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Split static web assets SDK from the Razor SDK

3 participants