-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Update .NET SDK to 10.0.100-alpha.1.24560.6 #58862
Conversation
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.
Please check #58776 (comment) |
510982b
to
2dcd66b
Compare
@sebastienros @eerhardt I brought back the changes from the other PR and pushed an extra commit to get the SDK bits updated. |
Cool beans! |
778c84c
to
d56da4c
Compare
The remaining error seems unrelated |
Update .NET SDK to version 10.0.100-alpha.1.24553.6. --- 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>
770d598
to
725b50b
Compare
@wtgodbe can you take a look?
|
That's odd, looks like a casing issue. I did just touch the dependabot config, but not the part w/ |
@wtgodbe can you help make this check optional for now to unblock the update?
@MackinnonBuck can you determine what's going on here? |
As long as it runs as part of CI, we can't make it optional without making the whole CI optional. The only way to do it would be to comment out the whole job in the .yml, or move it into a new .yml file & create a new pipeline in AzDO. The other option is to have the job continue on error |
Superseded by #59020. |
Pull request was closed
Looks like we're hitting dotnet/sdk#44878 |
Failures unrelated, force-merging |
* Update .NET SDK Update .NET SDK to version 10.0.100-alpha.1.24553.6. --- 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> * Fix build errors * Revert changes * Update XUnit package * Fix build errors * Fix arrays * Fix Http tests * Fix more errors * Fix MVC * Flip around where AsSpan is called with string comparisons in tests. * Update .net SDK * add path prefixes back * Update 9.0 prebuilt baseline * Fix package definition * Fix package * Skip broken test * Update dependabot.yml * Update dependabot.yml --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sebastien Ros <[email protected]> Co-authored-by: Eric Erhardt <[email protected]> Co-authored-by: Javier Calvarro Nelson <[email protected]> Co-authored-by: Jeremy Koritzinsky <[email protected]> Co-authored-by: William Godbe <[email protected]>
Updates the .NET SDK to version
10.0.100-alpha.1.24560.6
, which also updates the .NET runtime from version10.0.0-alpha.1.24507.22
to version10.0.0-alpha.1.24557.1
.This pull request was auto-generated by GitHub Actions.