[main] Source code updates from dotnet/fsharp#5225
Merged
dotnet-maestro[bot] merged 4 commits intomainfrom Mar 6, 2026
Merged
Conversation
Diff: https://github.com/dotnet/fsharp/compare/1c484e54a255cbc8a3f28f7ca1752dea5a6c46af..1c0cc5e781f83565c281be9d4a2ae932bc25868e From: dotnet/fsharp@1c484e5 To: dotnet/fsharp@1c0cc5e [[ commit created by automation ]]
Contributor
Author
|
Note PRs from original repository included in this codeflow update:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
Diff: https://github.com/dotnet/fsharp/compare/1c0cc5e781f83565c281be9d4a2ae932bc25868e..64796117bf609b752495a9cd005695e7f3aba5ed From: dotnet/fsharp@1c0cc5e To: dotnet/fsharp@6479611 [[ commit created by automation ]]
[[ commit created by automation ]]
Contributor
Author
|
Note PRs from original repository included in this codeflow update:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
…ce-build The fsharp PR dotnet/fsharp#19021 moved System.Collections.Immutable, System.Composition, System.Diagnostics.DiagnosticSource, and System.Reflection.Metadata from Version.Details.xml to hardcoded properties in Versions.props. This causes prebuilt failures in source-build because these packages are no longer tracked as dependencies from dotnet/runtime. Move them back to Version.Details.xml (with empty Sha, matching the pattern used by dotnet/msbuild) and auto-generated Version.Details.props, removing the hardcoded SystemPackagesVersion from Versions.props. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
The source-manifest.json has edits for more than just the fsharp repo: dotnet/arcade-services#5943 @T-Gro We shouldn't merge this and open a new PR |
T-Gro
approved these changes
Mar 6, 2026
Member
|
@akoeplinger : |
Member
|
hmm yeah. not sure how that's possible since there was no new commit, maybe the github diff was broken somehow? |
akoeplinger
approved these changes
Mar 6, 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 source repo
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/fsharp
Diff the source with this PR branch