Skip to content

Commit aee7d82

Browse files
[main] Source code updates from dotnet/dotnet (dotnet#5859)
> [!NOTE] > This is a codeflow update. It may contain both source code changes from > [the VMR](https://github.com/dotnet/dotnet) > as well as dependency updates. Learn more [here](https://github.com/dotnet/dotnet/tree/main/docs/Codeflow-PRs.md). This pull request brings the following source code changes [marker]: <> (Begin:7e2c91d5-dafe-449a-9d20-a3d5aa478584) ## From https://github.com/dotnet/dotnet - **Subscription**: [7e2c91d5-dafe-449a-9d20-a3d5aa478584](https://maestro.dot.net/subscriptions?search=7e2c91d5-dafe-449a-9d20-a3d5aa478584) - **Build**: [20260527.11](https://dev.azure.com/dnceng/internal/_build/results?buildId=2985588) ([316114](https://maestro.dot.net/channel/8298/github:dotnet:dotnet/build/316114)) - **Date Produced**: May 27, 2026 10:36:18 PM UTC - **Commit**: [6ca055abbe0f7c50651e7768c3f466ef07907dc8](dotnet/dotnet@6ca055a) - **Commit Diff**: [c5d1f73...6ca055a](dotnet/dotnet@c5d1f73...6ca055a) - **Branch**: [main](https://github.com/dotnet/dotnet/tree/main) **Updated Dependencies** - From [11.0.0-preview.5.26268.112 to 11.0.0-preview.6.26277.111][2] - Microsoft.AspNetCore.App.Ref - Microsoft.AspNetCore.App.Ref.Internal - Microsoft.NETCore.App.Ref - Microsoft.NETCore.Platforms - runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport - runtime.linux-x64.Microsoft.DotNet.Cdac.Transport - runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport - runtime.osx-x64.Microsoft.DotNet.Cdac.Transport - runtime.win-arm64.Microsoft.DotNet.Cdac.Transport - runtime.win-x64.Microsoft.DotNet.Cdac.Transport - From [5.8.0-1.26268.112 to 5.8.0-1.26277.111][2] - Microsoft.CodeAnalysis - Microsoft.CodeAnalysis.Analyzers - Microsoft.CodeAnalysis.CSharp - From [11.0.100-preview.5.26268.112 to 11.0.100-preview.6.26277.111][2] - Microsoft.CodeAnalysis.NetAnalyzers - Microsoft.NET.Sdk [marker]: <> (End:7e2c91d5-dafe-449a-9d20-a3d5aa478584) [1]: dotnet/dotnet@c5d1f73...1458981 [2]: dotnet/dotnet@c5d1f73...6ca055a [marker]: <> (Start:Footer:CodeFlow PR) ## Associated changes in source repos - dotnet/arcade@60e594d...684fd43 - dotnet/aspnetcore@c472800...e4591cc - dotnet/diagnostics@db04688...8e5b9c3 - dotnet/efcore@e026f3b...ec063d1 - dotnet/fsharp@2305806...7d5c771 - dotnet/msbuild@d7f2e70...5682672 - NuGet/NuGet.Client@b385f8d...7df86b6 - dotnet/roslyn@adf7744...b1a4195 - dotnet/runtime@bb4ef64...5341a84 - dotnet/sdk@e120a8d...0ce3d13 - dotnet/source-build-assets@867c41f...c129d20 - dotnet/sourcelink@b20e87c...e7ac2f2 - dotnet/symreader@5951f70...f4059b7 - microsoft/vstest@0069e8d...864db33 - dotnet/winforms@27e7cb2...984a3c3 - dotnet/wpf@e352622...4425f57 <details> <summary>Diff the source with this PR branch</summary> ```bash darc vmr diff --name-only https://github.com/dotnet/dotnet:6ca055abbe0f7c50651e7768c3f466ef07907dc8..https://github.com/dotnet/diagnostics:darc-main-e5c2d7cb-a4c7-4fd7-b3cb-b774e19f297c ``` </details> [marker]: <> (End:Footer:CodeFlow PR) --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent f28745a commit aee7d82

4 files changed

Lines changed: 48 additions & 48 deletions

File tree

eng/Version.Details.props

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ This file should be imported by eng/Versions.props
1414
<!-- dotnet-command-line-api dependencies -->
1515
<SystemCommandLinePackageVersion>2.0.0-beta5.25210.1</SystemCommandLinePackageVersion>
1616
<!-- dotnet-dotnet dependencies -->
17-
<MicrosoftAspNetCoreAppRefPackageVersion>11.0.0-preview.5.26268.112</MicrosoftAspNetCoreAppRefPackageVersion>
18-
<MicrosoftAspNetCoreAppRefInternalPackageVersion>11.0.0-preview.5.26268.112</MicrosoftAspNetCoreAppRefInternalPackageVersion>
19-
<MicrosoftCodeAnalysisPackageVersion>5.8.0-1.26268.112</MicrosoftCodeAnalysisPackageVersion>
20-
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.8.0-1.26268.112</MicrosoftCodeAnalysisAnalyzersPackageVersion>
21-
<MicrosoftCodeAnalysisCSharpPackageVersion>5.8.0-1.26268.112</MicrosoftCodeAnalysisCSharpPackageVersion>
22-
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>11.0.100-preview.5.26268.112</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
23-
<MicrosoftNETSdkPackageVersion>11.0.100-preview.5.26268.112</MicrosoftNETSdkPackageVersion>
24-
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-preview.5.26268.112</MicrosoftNETCoreAppRefPackageVersion>
25-
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-preview.5.26268.112</MicrosoftNETCorePlatformsPackageVersion>
26-
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
27-
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
28-
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
29-
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
30-
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
31-
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.5.26268.112</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
17+
<MicrosoftAspNetCoreAppRefPackageVersion>11.0.0-preview.6.26277.111</MicrosoftAspNetCoreAppRefPackageVersion>
18+
<MicrosoftAspNetCoreAppRefInternalPackageVersion>11.0.0-preview.6.26277.111</MicrosoftAspNetCoreAppRefInternalPackageVersion>
19+
<MicrosoftCodeAnalysisPackageVersion>5.8.0-1.26277.111</MicrosoftCodeAnalysisPackageVersion>
20+
<MicrosoftCodeAnalysisAnalyzersPackageVersion>5.8.0-1.26277.111</MicrosoftCodeAnalysisAnalyzersPackageVersion>
21+
<MicrosoftCodeAnalysisCSharpPackageVersion>5.8.0-1.26277.111</MicrosoftCodeAnalysisCSharpPackageVersion>
22+
<MicrosoftCodeAnalysisNetAnalyzersPackageVersion>11.0.100-preview.6.26277.111</MicrosoftCodeAnalysisNetAnalyzersPackageVersion>
23+
<MicrosoftNETSdkPackageVersion>11.0.100-preview.6.26277.111</MicrosoftNETSdkPackageVersion>
24+
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-preview.6.26277.111</MicrosoftNETCoreAppRefPackageVersion>
25+
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-preview.6.26277.111</MicrosoftNETCorePlatformsPackageVersion>
26+
<runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimelinuxarm64MicrosoftDotNetCdacTransportPackageVersion>
27+
<runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimelinuxx64MicrosoftDotNetCdacTransportPackageVersion>
28+
<runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimeosxarm64MicrosoftDotNetCdacTransportPackageVersion>
29+
<runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimeosxx64MicrosoftDotNetCdacTransportPackageVersion>
30+
<runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimewinarm64MicrosoftDotNetCdacTransportPackageVersion>
31+
<runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>11.0.0-preview.6.26277.111</runtimewinx64MicrosoftDotNetCdacTransportPackageVersion>
3232
<!-- microsoft-clrmd dependencies -->
3333
<MicrosoftDiagnosticsRuntimePackageVersion>4.0.727102</MicrosoftDiagnosticsRuntimePackageVersion>
3434
<MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>4.0.727102</MicrosoftDiagnosticsRuntimeUtilitiesPackageVersion>

eng/Version.Details.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Dependencies>
2-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="c5d1f734662eb718e7431a4e679a29e47c380f04" BarId="314885" />
2+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="diagnostics" Sha="6ca055abbe0f7c50651e7768c3f466ef07907dc8" BarId="316114" />
33
<ProductDependencies>
44
<Dependency Name="Microsoft.Diagnostics.Runtime" Version="4.0.727102">
55
<Uri>https://github.com/microsoft/clrmd</Uri>
@@ -32,75 +32,75 @@
3232
<Sha>ccfe6da198c5f05534863bbb1bff66e830e0c6ab</Sha>
3333
</Dependency>
3434
<!-- dotnet/installer: Testing version of the SDK. Needed for the signed & entitled host. -->
35-
<Dependency Name="Microsoft.NET.Sdk" Version="11.0.100-preview.5.26268.112">
35+
<Dependency Name="Microsoft.NET.Sdk" Version="11.0.100-preview.6.26277.111">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
37+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
3838
</Dependency>
3939
<!-- Latest shared aspnetcore version updated by darc -->
40-
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="11.0.0-preview.5.26268.112">
40+
<Dependency Name="Microsoft.AspNetCore.App.Ref.Internal" Version="11.0.0-preview.6.26277.111">
4141
<Uri>https://github.com/dotnet/dotnet</Uri>
42-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
42+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
4343
</Dependency>
44-
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.5.26268.112">
44+
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="11.0.0-preview.6.26277.111">
4545
<Uri>https://github.com/dotnet/dotnet</Uri>
46-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
46+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
4747
</Dependency>
4848
<!-- Latest shared runtime version updated by darc -->
4949
<!-- We use platforms for the unstable package version and
5050
the ref pack as the stable version. We need them as download links
5151
use the unstable version, but the installed assets are all stable. -->
52-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.5.26268.112">
52+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.6.26277.111">
5353
<Uri>https://github.com/dotnet/dotnet</Uri>
54-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
54+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
5555
</Dependency>
56-
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-preview.5.26268.112">
56+
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-preview.6.26277.111">
5757
<Uri>https://github.com/dotnet/dotnet</Uri>
58-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
58+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
5959
</Dependency>
60-
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
60+
<Dependency Name="runtime.win-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
6161
<Uri>https://github.com/dotnet/dotnet</Uri>
62-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
62+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
6363
</Dependency>
64-
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
64+
<Dependency Name="runtime.win-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
6565
<Uri>https://github.com/dotnet/dotnet</Uri>
66-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
66+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
6767
</Dependency>
68-
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
68+
<Dependency Name="runtime.linux-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
6969
<Uri>https://github.com/dotnet/dotnet</Uri>
70-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
70+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
7171
</Dependency>
72-
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
72+
<Dependency Name="runtime.linux-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
7373
<Uri>https://github.com/dotnet/dotnet</Uri>
74-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
74+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
7575
</Dependency>
76-
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
76+
<Dependency Name="runtime.osx-x64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
7777
<Uri>https://github.com/dotnet/dotnet</Uri>
78-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
78+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
7979
</Dependency>
80-
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.5.26268.112">
80+
<Dependency Name="runtime.osx-arm64.Microsoft.DotNet.Cdac.Transport" Version="11.0.0-preview.6.26277.111">
8181
<Uri>https://github.com/dotnet/dotnet</Uri>
82-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
82+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
8383
</Dependency>
8484
<!--
8585
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
8686
Any tools that contribute to the design-time experience should use the MicrosoftCodeAnalysisVersion_LatestVS property above to ensure
8787
they do not break the local dev experience.
8888
-->
89-
<Dependency Name="Microsoft.CodeAnalysis" Version="5.8.0-1.26268.112">
89+
<Dependency Name="Microsoft.CodeAnalysis" Version="5.8.0-1.26277.111">
9090
<Uri>https://github.com/dotnet/dotnet</Uri>
91-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
91+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
9292
</Dependency>
93-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.8.0-1.26268.112">
93+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="5.8.0-1.26277.111">
9494
<Uri>https://github.com/dotnet/dotnet</Uri>
95-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
95+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
9696
</Dependency>
97-
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.8.0-1.26268.112">
97+
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="5.8.0-1.26277.111">
9898
<Uri>https://github.com/dotnet/dotnet</Uri>
99-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
99+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
100100
</Dependency>
101-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="11.0.100-preview.5.26268.112">
101+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="11.0.100-preview.6.26277.111">
102102
<Uri>https://github.com/dotnet/dotnet</Uri>
103-
<Sha>c5d1f734662eb718e7431a4e679a29e47c380f04</Sha>
103+
<Sha>6ca055abbe0f7c50651e7768c3f466ef07907dc8</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

eng/native/version/_version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
static char sccsid[] __attribute__((used)) = "@(#)No version information produced";
4+
static char sccsid[] __attribute__((used,retain)) = "@(#)No version information produced";

eng/native/version/copy_version_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for path in "${__VersionFolder}/"*{.h,.c}; do
1111
# update commit
1212
commit="$(git rev-parse HEAD 2>/dev/null)"
1313
commit="${commit:-N/A}"
14-
substitute="$(printf 'static char sccsid[] __attribute__((used)) = "@(#)Version N/A @Commit: %s";\n' "$commit")"
14+
substitute="$(printf 'static char sccsid[] __attribute__((used,retain)) = "@(#)Version N/A @Commit: %s";\n' "$commit")"
1515
version_file_contents="$(cat "$path" | sed "s|^static.*|$substitute|")"
1616
version_file_destination="$__RepoRoot/artifacts/obj/_version.c"
1717
current_contents=

0 commit comments

Comments
 (0)