[main] Source code updates from dotnet/dotnet#16578
Merged
ViktorHofer merged 14 commits intomainfrom Mar 13, 2026
Merged
Conversation
[[ commit created by automation ]]
Removed Dependencies: Microsoft.SymbolUploader (Version 2.0.0-preview.1.23470.14) Microsoft.Bcl.AsyncInterfaces, System.Text.Encodings.Web, System.Text.Json, System.Collections.Immutable, System.Reflection.Metadata, System.Formats.Asn1 (Version 9.0.0) [[ commit created by automation ]]
Member
|
The failures are expected. Taking a look. |
3 tasks
3 tasks
Member
|
FYI this will fail Helix tests until we have the rebootstrap in the VMR |
akoeplinger
reviewed
Mar 11, 2026
Member
Why? |
[[ commit created by automation ]]
No dependency updates to commit [[ commit created by automation ]]
3 tasks
Member
|
The codeflow verification failure is a false positive, we have an issue for this dotnet/arcade-services#6063 |
akoeplinger
previously approved these changes
Mar 13, 2026
Member
|
Altho the source tag should have been updated with the latest flown commit, not sure why that didn't happen, reproing now |
akoeplinger
previously approved these changes
Mar 13, 2026
This was referenced Mar 13, 2026
Open
The test project was changed from multi-targeting (netcoreapp + netfx) to netcoreapp-only. NuGet's SignedPackageArchiveUtility.IsSigned() behaves differently on .NET Core vs .NET Framework - on Core it only checks for signature markers, not validity. Update VerifyNupkgIntegrity and SignNupkgWithUnsignedContents test expectations accordingly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
akoeplinger
approved these changes
Mar 13, 2026
This was referenced Mar 16, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Note
This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Removed Dependencies
Associated changes in source repos
Diff the source with this PR branch