-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[main] Update dependencies from 7 repositories #52440
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
11aee7a
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] d1a515d
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] d433dd9
Update dependencies from https://github.com/dotnet/llvm-project build…
dotnet-maestro[bot] a85c7f0
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] 250240f
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] a3c1362
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] 4df2582
Update dependencies from https://github.com/dotnet/runtime build 2021…
dotnet-maestro[bot] ae5922a
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] 2e0d28b
Merge branch 'main' into darc-main-3c52fbd5-2ada-4054-95f7-8a74ad2300c5
safern 3baa942
Update dependencies from https://github.com/dotnet/icu build 20210510.1
dotnet-maestro[bot] 544c226
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] 3f34f72
Update dependencies from https://github.com/dotnet/llvm-project build…
dotnet-maestro[bot] 4e2e780
Update dependencies from https://github.com/dotnet/runtime-assets bui…
dotnet-maestro[bot] be3fbb0
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] e232ec8
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] 7f9f733
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] e21fa53
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] 7757658
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] cd3f817
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] 48b39c0
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] 66f8bcb
Update dependencies from https://github.com/dotnet/hotreload-utils bu…
dotnet-maestro[bot] ba2364c
Merge remote-tracking branch 'dotnet/main' into darc-main-3c52fbd5-2a…
safern 085d593
Fix attribute diffs
safern b3d01fe
Update dependencies from https://github.com/dotnet/arcade build 20210…
dotnet-maestro[bot] 3119e0c
Update dependencies from https://github.com/dotnet/xharness build 202…
dotnet-maestro[bot] 5db82ab
Fix package testing on net46*
ericstj 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
FYI: @MaximLipnin this was missed on your PR. Let me know if it makes sense.
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.
I'm not sure if it's related to
Lock/Unlockmethods which cause PNSE on iOS/tvOS and were annotated in my PR, but it seems that it makes sense to annotate this particular method as well, thank you.