Skip to content

[main] Source code updates from dotnet/dotnet #62356

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

Merged
merged 21 commits into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d93b63c
Update dependencies from https://github.com/dotnet/dotnet build 271836
dotnet-maestro[bot] Jun 16, 2025
dbbbad9
Update dependencies from https://github.com/dotnet/dotnet build 271975
dotnet-maestro[bot] Jun 17, 2025
d85ceda
[VMR] Codeflow 426dc1f-426dc1f
dotnet-maestro[bot] Jun 18, 2025
3cef64e
Merging main into darc-main-6a500fc6-cc1d-4c69-9b8a-a7d84549614e
dotnet-maestro[bot] Jun 18, 2025
867cf93
Update dependencies from https://github.com/dotnet/dotnet build 272212
dotnet-maestro[bot] Jun 18, 2025
af02f41
[VMR] Codeflow 7641b9f-7641b9f
dotnet-maestro[bot] Jun 19, 2025
342f130
Merging main into darc-main-6a500fc6-cc1d-4c69-9b8a-a7d84549614e
dotnet-maestro[bot] Jun 19, 2025
1aa867b
Update dependencies from https://github.com/dotnet/dotnet build 272322
dotnet-maestro[bot] Jun 19, 2025
9bf087d
[VMR] Codeflow 9bcfe61-1aa867b
dotnet-maestro[bot] Jun 20, 2025
9425e5a
Update dependencies from https://github.com/dotnet/dotnet build 272389
dotnet-maestro[bot] Jun 20, 2025
d8ddc7c
[VMR] Codeflow ee050bd-ee050bd
dotnet-maestro[bot] Jun 21, 2025
1f223b1
Merging main into darc-main-6a500fc6-cc1d-4c69-9b8a-a7d84549614e
dotnet-maestro[bot] Jun 21, 2025
d89a262
Update dependencies from https://github.com/dotnet/dotnet build 272596
dotnet-maestro[bot] Jun 21, 2025
5ba48ca
Update dependencies from https://github.com/dotnet/dotnet build 272656
dotnet-maestro[bot] Jun 22, 2025
7b010e8
[VMR] Codeflow 67889d9-5ba48ca
dotnet-maestro[bot] Jun 24, 2025
5008ab0
Update dependencies from https://github.com/dotnet/dotnet build 272780
dotnet-maestro[bot] Jun 24, 2025
33a918d
Update `TargetingPackContainsListedAssemblies()`
MackinnonBuck Jun 24, 2025
ab5450f
[VMR] Codeflow 403d216-403d216
dotnet-maestro[bot] Jun 25, 2025
e075587
Merging main into darc-main-6a500fc6-cc1d-4c69-9b8a-a7d84549614e
dotnet-maestro[bot] Jun 25, 2025
6da8c6c
Update dependencies from https://github.com/dotnet/dotnet build 272949
dotnet-maestro[bot] Jun 25, 2025
c183b61
Update TestData.cs
MackinnonBuck Jun 25, 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
1 change: 0 additions & 1 deletion eng/SharedFramework.External.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<ExternalAspNetCoreAppReference Include="Microsoft.Extensions.Options" Version="$(MicrosoftExtensionsOptionsVersion)" />
<ExternalAspNetCoreAppReference Include="Microsoft.Extensions.Primitives" Version="$(MicrosoftExtensionsPrimitivesVersion)" />
<ExternalAspNetCoreAppReference Include="System.Security.Cryptography.Xml" Version="$(SystemSecurityCryptographyXmlVersion)" />
<ExternalAspNetCoreAppReference Include="System.Threading.AccessControl" Version="$(SystemThreadingAccessControlVersion)" />
<ExternalAspNetCoreAppReference Include="System.Threading.RateLimiting" Version="$(SystemThreadingRateLimitingVersion)" />

<!--
Expand Down
362 changes: 181 additions & 181 deletions eng/Version.Details.xml

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions eng/Versions.props

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions eng/common/core-templates/steps/install-microbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ steps:
${{ if and(eq(parameters.enableMicrobuildForMacAndLinux, 'true'), ne(variables['Agent.Os'], 'Windows_NT')) }}:
azureSubscription: 'MicroBuild Signing Task (DevDiv)'
useEsrpCli: true
${{ elseif eq(variables['System.TeamProject'], 'DevDiv') }}:
ConnectedPMEServiceName: 6cc74545-d7b9-4050-9dfa-ebefcc8961ea
${{ else }}:
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
env:
TeamName: $(_TeamName)
MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }}
Expand Down
6 changes: 0 additions & 6 deletions eng/common/core-templates/steps/source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ steps:
targetRidArgs='/p:TargetRid=${{ parameters.platform.targetRID }}'
fi
baseRidArgs=
if [ '${{ parameters.platform.baseRID }}' != '' ]; then
baseRidArgs='/p:BaseRid=${{ parameters.platform.baseRID }}'
fi
portableBuildArgs=
if [ '${{ parameters.platform.portableBuild }}' != '' ]; then
portableBuildArgs='/p:PortableBuild=${{ parameters.platform.portableBuild }}'
Expand All @@ -55,7 +50,6 @@ steps:
${{ parameters.platform.buildArguments }} \
$internalRuntimeDownloadArgs \
$targetRidArgs \
$baseRidArgs \
$portableBuildArgs \
displayName: Build

Expand Down
18 changes: 18 additions & 0 deletions eng/common/templates/vmr-build-pr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.
#
# It will run a full set of verification jobs defined in:
# https://github.com/dotnet/dotnet/blob/10060d128e3f470e77265f8490f5e4f72dae738e/eng/pipelines/templates/stages/vmr-build.yml#L27-L38
#
# For repos that do not need to run the full set, you would do the following:
#
# 1. Copy this YML file to a repo-specific location, i.e. outside of eng/common.
#
# 2. Add `verifications` parameter to VMR template reference
#
# Examples:
# - For source-build stage 1 verification, add the following:
# verifications: [ "source-build-stage1" ]
#
# - For Windows only verifications, add the following:
# verifications: [ "unified-build-windows-x64", "unified-build-windows-x86" ]

trigger: none
pr: none

Expand Down
10 changes: 5 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "10.0.100-preview.6.25302.104"
"version": "10.0.100-preview.6.25315.102"
},
"tools": {
"dotnet": "10.0.100-preview.6.25302.104",
"dotnet": "10.0.100-preview.6.25315.102",
"runtimes": {
"dotnet/x86": [
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
Expand All @@ -27,9 +27,9 @@
"jdk": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25314.101",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25314.101",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25314.101",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25324.103",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25324.103",
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25324.103",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}
Expand Down
3 changes: 1 addition & 2 deletions src/Framework/test/TestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ static TestData()
"System.Diagnostics.EventLog.Messages",
"System.Security.Cryptography.Pkcs",
"System.Security.Cryptography.Xml",
"System.Threading.AccessControl",
"System.Threading.RateLimiting",
};

Expand Down Expand Up @@ -308,8 +307,8 @@ static TestData()
{ "Microsoft.JSInterop" },
{ "Microsoft.Net.Http.Headers" },
{ "System.Diagnostics.EventLog" },
{ "System.Formats.Cbor" },
{ "System.Security.Cryptography.Xml" },
{ "System.Threading.AccessControl" },
{ "System.Threading.RateLimiting" },
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -419,11 +419,8 @@ public void Dispose()
{
_pipeWriter.Abort();

if (_fakeMemoryOwner != null)
{
_fakeMemoryOwner.Dispose();
_fakeMemoryOwner = null;
}
_fakeMemoryOwner?.Dispose();
_fakeMemoryOwner = null;

if (_fakeMemory != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,8 @@ public void Complete()
_pipeWriter.Complete();
}

if (_fakeMemoryOwner != null)
{
_fakeMemoryOwner.Dispose();
_fakeMemoryOwner = null;
}
_fakeMemoryOwner?.Dispose();
_fakeMemoryOwner = null;

if (_fakeMemory != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ public void Complete()

_pipeWriter.Complete();

if (_fakeMemoryOwner != null)
{
_fakeMemoryOwner.Dispose();
_fakeMemoryOwner = null;
}
_fakeMemoryOwner?.Dispose();
_fakeMemoryOwner = null;

if (_fakeMemory != null)
{
ArrayPool<byte>.Shared.Return(_fakeMemory);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
Targets="_VmrBuild" />
<MSBuild Projects="..\..\..\Runtime\Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj"
BuildInParallel="false"
Properties="Platform=x86;TargetRid=win-x86;BaseRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86"
Properties="Platform=x86;TargetRid=win-x86;PortableTargetRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86"
Targets="_VmrBuild" />
<MSBuild Projects="..\..\..\LoggingBranch\LB.csproj"
BuildInParallel="false"
Properties="Platform=x64;DisableTransitiveFrameworkReferences=true"
Targets="_VmrBuild" />
<MSBuild Projects="..\..\..\LoggingBranch\LB.csproj"
BuildInParallel="false"
Properties="Platform=x86;TargetRid=win-x86;BaseRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86;DisableTransitiveFrameworkReferences=true"
Properties="Platform=x86;TargetRid=win-x86;PortableTargetRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86;DisableTransitiveFrameworkReferences=true"
Targets="_VmrBuild" />
</Target>

Expand Down
1 change: 0 additions & 1 deletion src/Tools/LinkabilityChecker/LinkabilityChecker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<!-- Packages required to produce a complete dependency graph for the trimmer -->
<Reference Include="System.Configuration.ConfigurationManager" />
<Reference Include="System.Security.Permissions" />
<Reference Include="System.Threading.AccessControl" />
</ItemGroup>
<Target Name="ILLinkTrimProjects" DependsOnTargets="ResolveReferences" AfterTargets="Build" Condition="'$(DotNetBuildSourceOnly)' != 'true' AND '$(SkipTestBuild)' != 'true'">
<PropertyGroup>
Expand Down
Loading