-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[main] Source code updates from dotnet/dotnet #12721
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
Open
dotnet-maestro
wants to merge
16
commits into
main
Choose a base branch
from
darc-main-bd1f4996-4a7a-44e3-822b-65340769df24
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+472
−425
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
39731a2
Update dependencies from https://github.com/dotnet/dotnet build 289373
dotnet-maestro[bot] 568c867
Merge main into darc-main-bd1f4996-4a7a-44e3-822b-65340769df24
dotnet-maestro[bot] 5671f57
Update dependencies from https://github.com/dotnet/dotnet build 289425
dotnet-maestro[bot] a96f2c3
Update dependencies from https://github.com/dotnet/dotnet build 289655
dotnet-maestro[bot] 341bf82
Backflow from https://github.com/dotnet/dotnet / 77ee357 build 289869
dotnet-maestro[bot] e82a3f5
Update dependencies from https://github.com/dotnet/dotnet build 289869
dotnet-maestro[bot] 3ad018c
Update dependencies from https://github.com/dotnet/dotnet build 290335
dotnet-maestro[bot] 089831f
Update dependencies from https://github.com/dotnet/dotnet build 290484
dotnet-maestro[bot] 6e95e06
Update dependencies from https://github.com/dotnet/dotnet build 290644
dotnet-maestro[bot] 0a0fe11
Update dependencies from https://github.com/dotnet/dotnet build 290847
dotnet-maestro[bot] 9c9c560
Update dependencies from https://github.com/dotnet/dotnet build 291022
dotnet-maestro[bot] d88e46e
Update dependencies from https://github.com/dotnet/dotnet build 291132
dotnet-maestro[bot] ee812b0
Update dependencies from https://github.com/dotnet/dotnet build 291345
dotnet-maestro[bot] b91d3e3
Backflow from https://github.com/dotnet/dotnet / ea77dd1 build 291548
dotnet-maestro[bot] 0ddc34d
Update dependencies from https://github.com/dotnet/dotnet build 291548
dotnet-maestro[bot] 09c94ef
Update dependencies from https://github.com/dotnet/dotnet build 291616
dotnet-maestro[bot] 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,126 +1,109 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Dependencies> | ||
| <Source Uri="https://github.com/dotnet/dotnet" Mapping="msbuild" Sha="cdc420f453860b662a76fcc72672ed2a65243146" BarId="288940" /> | ||
| <Source Uri="https://github.com/dotnet/dotnet" Mapping="msbuild" Sha="e9a2ab63ad60de1afff34ddc3f09257093ea034a" BarId="291616" /> | ||
| <ProductDependencies> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.CodeDom" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.CodeDom" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Collections.Immutable" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Collections.Immutable" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Configuration.ConfigurationManager" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Diagnostics.DiagnosticSource" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Diagnostics.EventLog" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Formats.Asn1" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Formats.Asn1" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Formats.Nrbf" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Reflection.Metadata" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Reflection.Metadata" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Resources.Extensions" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Security.Cryptography.ProtectedData" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Security.Cryptography.ProtectedData" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Security.Cryptography.Pkcs" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Security.Cryptography.Xml" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Text.Encoding.CodePages" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Text.Encoding.CodePages" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Text.Json" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Text.Json" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Threading.Channels" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Threading.Channels" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <!-- Necessary for source-build. This allows the live version of the package to be used by source-build. --> | ||
| <Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.9"> | ||
| <Uri>https://github.com/dotnet/runtime</Uri> | ||
| <Sha> | ||
| </Sha> | ||
| <Dependency Name="System.Threading.Tasks.Dataflow" Version="10.0.0-rc.3.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| </ProductDependencies> | ||
| <ToolsetDependencies> | ||
| <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25531.2"> | ||
| <Uri>https://github.com/dotnet/arcade</Uri> | ||
| <Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha> | ||
| <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <Dependency Name="NuGet.Build.Tasks" Version="7.0.0-rc.288"> | ||
| <Uri>https://github.com/nuget/nuget.client</Uri> | ||
| <Sha>5514d935e3e77d90d931758cf9e2589735b905a3</Sha> | ||
| <Dependency Name="NuGet.Build.Tasks" Version="7.0.0-preview.1.7101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.3.0-2.25551.1"> | ||
| <Uri>https://github.com/dotnet/roslyn</Uri> | ||
| <Sha>f695099448581f1f2e84ee493c2c5abc7951e8f9</Sha> | ||
| <Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.3.0-1.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| <Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25531.2"> | ||
| <Uri>https://github.com/dotnet/arcade</Uri> | ||
| <Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha> | ||
| <Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25570.101"> | ||
| <Uri>https://github.com/dotnet/dotnet</Uri> | ||
| <Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha> | ||
| </Dependency> | ||
| </ToolsetDependencies> | ||
| </Dependencies> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
please don't merge until a backflow comes with the first build after #12709 is merged