Skip to content
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

Split static web assets SDK from the Razor SDK #31079

Merged
merged 4 commits into from
Mar 14, 2023

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
@dotnet-issue-labeler dotnet-issue-labeler bot 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
2 participants