-
Notifications
You must be signed in to change notification settings - Fork 262
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
[main] Update dependencies from dotnet/arcade #4258
Merged
Evangelink
merged 27 commits into
main
from
darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Jan 9, 2025
+27
−31
Merged
Changes from 10 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
91fe3df
Update dependencies from https://github.com/dotnet/arcade build 20241…
dotnet-maestro[bot] 26d1ed9
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] cf6ceb9
Update dependencies from https://github.com/dotnet/arcade build 20241…
dotnet-maestro[bot] 838315b
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 962de1a
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-…
dotnet-maestro[bot] 3b8e4bf
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] cb61ba6
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 33cb066
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 88f62e8
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink 4de3b39
Use dotnet10 feed
Evangelink f4f9a3e
Bring back dotnet9
Evangelink 47daaa5
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 9a65528
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 2ac14d1
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] a032349
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 092dfa5
Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-…
dotnet-maestro[bot] 9919a3f
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] 998a30b
Update dependencies from https://github.com/microsoft/testanywhere bu…
dotnet-maestro[bot] ba4c938
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink aa588d2
Fix IDEXXXX warnings
Evangelink 2e10157
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink ccdc3ab
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink 7a73df2
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink 94ee4b4
Update eng/Versions.props
Evangelink f646f54
Merge branch 'main' into darc-main-c77118b8-778c-4f4c-94f2-e89027a72b6e
Evangelink f8451fb
Fix tfm for dotnet test client
Evangelink 4ed5cc9
More fixes
Evangelink File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@Evangelink Do we want to move that fast to 10.x?
I'd also assume that downgrading back to 9.0.100 will be green and avoid the current SB issue until it's investigated further.
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.
If you want to stay on a 9.0.100 SDK then you should change your Arcade subscription channel to ".NET 9 Eng". That said, building with a newer .NET SDK and Arcade SDK dogfoods the product and provides with valuable data. Most of our repositories build with Arcade 10 and .NET 10 SDK.
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.
The only concern is that in past some community member were complaining we were on 9 and it was impacting their ability to contribute. But let's try 10 and see how community reacts.