-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Wasm SDK packed as a nuget package #31519
Conversation
…tests in place at the moment
…rosoftNETSdkWebAssembly to ProcessFrameworkReferences.
…ack" This reverts commit 0af6292.
Include WasmSDK Pack based on UsingMicrosoftNETSdkWebAssembly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good, what else is left?
src/Tasks/Microsoft.NET.Build.Tasks/ProcessFrameworkReferences.cs
Outdated
Show resolved
Hide resolved
# Conflicts: # src/WasmSdk/Targets/Microsoft.NET.Sdk.WebAssembly.Current.targets
This reverts commit fcc5d48.
WasmSdk supports browser-wasm and wasi-wasm, but Blazor typically wants to override RID passed for server project. That is not the case for WasmSdk.
It is shared for net50 blazor. WasmSdk might turn it off to support different RIDs.
It is shared for net50 blazor.
@rainersigwald @tmat @mthalman I'm having a little trouble following all the flow here but are we expecting the failures here to be resolved once everthing flows? dotnet/sourcelink#1007 |
@lewing I think so. |
…0230421.2 Microsoft.Build.Tasks.Git , Microsoft.SourceLink.AzureRepos.Git , Microsoft.SourceLink.Bitbucket.Git , Microsoft.SourceLink.Common , Microsoft.SourceLink.GitHub , Microsoft.SourceLink.GitLab From Version 8.0.0-beta.23210.3 -> To Version 8.0.0-beta.23221.2
triggered #31953 but also pulled the bump in here to verify |
@javiercn @MackinnonBuck any objections? |
Move bits of Wasm SDK that are expected to change more frequently to the runtime repo.
Microsoft.NET.Sdk.WebAssembly.Pack
implicit package reference ifUsingMicrosoftNETSdkWebAssembly=true
._WebAssemblyPropsFile
and_WebAssemblyTargetsFile
properties to enable overriding props and targets.Contributes to dotnet/runtime#81367