-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Update .NET SDK to 9.0.100-preview.3.24153.2 #54345
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
Conversation
Update .NET SDK to version 9.0.100-preview.3.24153.2. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.
Auto-approving SDK update.
@lewing @javiercn @dsplaisted @marcpopMSFT - The components e2e tests are failing with:
Looks like there is a problem with the latest .NET 9.0 SDK. Can someone take a look? |
/cc @maraf thoughts? |
Multi-theaded apps now require workload, based on dotnet/runtime#98496 |
Sounds like either the tests need to be updated to not use |
Is a breaking change doc needed for this change? |
Threads are still experimental |
@MackinnonBuck @javiercn @mkArtakMSFT - Can someone on the Blazor team fix the tests to unblock moving to the latest 9.0 SDK? |
Revert is the queue dotnet/runtime#99280 |
What's the longer term plan? It seems like the change being reverted was something we want to do (so that people will get a build time failure instead of a runtime failure). |
The workload is not needed per se for the multi-threaded wasm apps. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Superseded by #54483. |
Updates the .NET SDK to version
9.0.100-preview.3.24153.2
, which also updates the .NET runtime from version9.0.0-preview.2.24109.4
to version9.0.0-preview.3.24129.2
.This pull request was auto-generated by GitHub Actions.