Skip to content

[release/10.0-preview5] Source code updates from dotnet/dotnet #115937

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

Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
5aa3b7d
[VMR] Codeflow 99a4b70-99a4b70
dotnet-maestro[bot] May 23, 2025
11325cd
Merging release/10.0-preview5 into darc-release/10.0-preview5-f508654…
dotnet-maestro[bot] May 23, 2025
a6b4394
Update dependencies from https://github.com/dotnet/dotnet build 269400
dotnet-maestro[bot] May 23, 2025
5bf2f19
Update dependencies from https://github.com/dotnet/dotnet build 269422
dotnet-maestro[bot] May 23, 2025
dc1794a
[VMR] Codeflow f0b32c1-f0b32c1
dotnet-maestro[bot] May 24, 2025
b4af124
Update dependencies from https://github.com/dotnet/dotnet build 269463
dotnet-maestro[bot] May 24, 2025
5c8a4af
Update dependencies from https://github.com/dotnet/dotnet build 269486
dotnet-maestro[bot] May 24, 2025
fe8ea2c
Update dependencies from https://github.com/dotnet/dotnet build 269502
dotnet-maestro[bot] May 25, 2025
882394f
Update dependencies from https://github.com/dotnet/dotnet build 269604
dotnet-maestro[bot] May 26, 2025
0f7e0d0
Update dependencies from https://github.com/dotnet/dotnet build 269648
dotnet-maestro[bot] May 27, 2025
874e3f8
[VMR] Codeflow a8d0884-f5d9b95
dotnet-maestro[bot] May 27, 2025
3933d23
Update dependencies from https://github.com/dotnet/dotnet build 269689
dotnet-maestro[bot] May 27, 2025
5108383
[VMR] Codeflow dc8fe75-dc8fe75
dotnet-maestro[bot] May 28, 2025
e0ac191
Update dependencies from https://github.com/dotnet/dotnet build 269855
dotnet-maestro[bot] May 28, 2025
ab54930
Update dependencies from https://github.com/dotnet/dotnet build 269871
dotnet-maestro[bot] May 28, 2025
506357d
Update dependencies from https://github.com/dotnet/dotnet build 270184
dotnet-maestro[bot] Jun 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
<CheckEolTargetFramework>false</CheckEolTargetFramework>
<!-- Turn off workload support until we support them. -->
<MSBuildEnableWorkloadResolver>false</MSBuildEnableWorkloadResolver>
<!-- Turn off producing Windows PDBs from our portable PDBs. No one uses them and they slow down publishing. -->
<PublishWindowsPdb>false</PublishWindowsPdb>
<!-- Disable source link when building locally. -->
<DisableSourceLink Condition="'$(DisableSourceLink)' == '' and
'$(ContinuousIntegrationBuild)' != 'true' and
Expand Down
2 changes: 1 addition & 1 deletion eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</PropertyGroup>

<PropertyGroup>
<!-- If we're building in the VMR, then we want to build all of the assets even in a PGO-instrumented build as downstream repos will not be able to pull assets from a matching non-PGO-instrumented build. -->
<!-- In .NET product build mode we want to build all of the assets even in a PGO-instrumented build as downstream repos will not be able to pull assets from a matching non-PGO-instrumented build. -->
<BuildOnlyPgoInstrumentedAssets Condition="'$(PgoInstrument)' == 'true' and '$(DotNetBuild)' != 'true'">true</BuildOnlyPgoInstrumentedAssets>
</PropertyGroup>

Expand Down
142 changes: 71 additions & 71 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="runtime" Sha="85778473549347b3e4bad3ea009e9438df7b11bb" BarId="267776" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="runtime" Sha="a95f56e813f2b5430ea6427187929a27dea69164" BarId="269422" />
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="10.0.0-preview.5.25261.1">
<Uri>https://github.com/dotnet/icu</Uri>
Expand Down Expand Up @@ -41,91 +41,91 @@
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>da5dd054a531e6fea65643b7e754285b73eab433</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25260.104">
<Dependency Name="System.CommandLine" Version="2.0.0-beta5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25260.104">
<Dependency Name="Microsoft.DotNet.Cecil" Version="0.11.5-alpha.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.100-preview.5.25260.104">
<Dependency Name="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport" Version="10.0.100-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.9.2-beta.25260.104">
<Dependency Name="Microsoft.DotNet.XUnitAssert" Version="2.9.2-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25260.104">
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="10.0.0-beta.25262.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
Expand Down Expand Up @@ -263,33 +263,33 @@
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>da5dd054a531e6fea65643b7e754285b73eab433</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.5.25260.104">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="runtime.native.System.IO.Ports" Version="10.0.0-preview.5.25260.104">
<Dependency Name="runtime.native.System.IO.Ports" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-preview.5.25260.104">
<Dependency Name="Microsoft.NETCore.ILAsm" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-preview.5.25260.104">
<Dependency Name="Microsoft.NET.Sdk.IL" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="System.Text.Json" Version="10.0.0-preview.5.25260.104">
<Dependency Name="System.Text.Json" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="10.0.0-preview.5.25260.104">
<Dependency Name="System.Reflection.Metadata" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.5.25260.104">
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.TestRunners.Common" Version="10.0.0-prerelease.25255.1">
<Uri>https://github.com/dotnet/xharness</Uri>
Expand All @@ -303,9 +303,9 @@
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>e85bb14e85357ab678c2bcb0b6f2bac634fdd49b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="10.0.0-beta.25260.104">
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="10.0.0-beta.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.25217.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand All @@ -331,29 +331,29 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>1cfc6ba21d0377b51f17eac4fdc2557f7b1e8693</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25260.104">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.0.0-1.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25260.104">
<Dependency Name="Microsoft.CodeAnalysis" Version="5.0.0-1.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25260.104">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.0.0-1.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25260.104">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.0.0-1.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25260.104">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.0-preview.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.5.25260.104">
<Dependency Name="Microsoft.DotNet.ApiCompat.Task" Version="10.0.100-preview.5.25272.113">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>85778473549347b3e4bad3ea009e9438df7b11bb</Sha>
<Sha>a95f56e813f2b5430ea6427187929a27dea69164</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-arm64.MIBC.Runtime" Version="1.0.0-prerelease.25217.3">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand Down
Loading
Loading