Skip to content

Commit 0c2796c

Browse files
lewingsbomermarek-safarelinor-fung
authored
[release/8.0] Manually update release/8.0 arcade to latest (#92778)
* Manually update release/8.0 arcade to latest * Fix ILCompiler build * Fix analyzer warning * work around rid issues * Move to Directory.Build.targets And use the same condition as in main. * Set RunAnalyzers to false for projects with no sources * Fix Microsoft.NETCore.App.deps.json to include RID graph --------- Co-authored-by: Sven Boemer <[email protected]> Co-authored-by: Marek Safar <[email protected]> Co-authored-by: Elinor Fung <[email protected]>
1 parent e551735 commit 0c2796c

File tree

11 files changed

+80
-70
lines changed

11 files changed

+80
-70
lines changed

eng/Analyzers.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<Project>
2+
<PropertyGroup Condition="'$(UsingMicrosoftNoTargetsSdk)' == 'true' or
3+
'$(UsingMicrosoftDotNetSharedFrameworkSdk)' == 'true' or
4+
'$(MSBuildProjectExtension)' == '.pkgproj' or
5+
'$(UsingMicrosoftTraversalSdk)' == 'true'">
6+
<!-- Explicitly disable running analyzers to avoid trying to discover the correct ILLink tool pack for a project that has no sources. -->
7+
<RunAnalyzers>false</RunAnalyzers>
8+
</PropertyGroup>
29
<PropertyGroup>
310
<!-- Disable analyzers in sourcebuild -->
411
<RunAnalyzers Condition="'$(DotNetBuildFromSource)' == 'true'">false</RunAnalyzers>

eng/Version.Details.xml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -107,79 +107,79 @@
107107
</Dependency>
108108
</ProductDependencies>
109109
<ToolsetDependencies>
110-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23463.1">
110+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23477.4">
111111
<Uri>https://github.com/dotnet/arcade</Uri>
112-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
112+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
113113
<SourceBuild RepoName="arcade" ManagedOnly="true" />
114114
</Dependency>
115-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23426.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
115+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
116116
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
117-
<Sha>194f32828726c3f1f63f79f3dc09b9e99c157b11</Sha>
117+
<Sha>73f0850939d96131c28cf6ea6ee5aacb4da0083a</Sha>
118118
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
119119
</Dependency>
120-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23463.1">
120+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.23477.4">
121121
<Uri>https://github.com/dotnet/arcade</Uri>
122-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
122+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
123123
</Dependency>
124-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.23463.1">
124+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.23477.4">
125125
<Uri>https://github.com/dotnet/arcade</Uri>
126-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
126+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
127127
</Dependency>
128-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23463.1">
128+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="8.0.0-beta.23477.4">
129129
<Uri>https://github.com/dotnet/arcade</Uri>
130-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
130+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
131131
</Dependency>
132-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23463.1">
132+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.23477.4">
133133
<Uri>https://github.com/dotnet/arcade</Uri>
134-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
134+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
135135
</Dependency>
136-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.23463.1">
136+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.23477.4">
137137
<Uri>https://github.com/dotnet/arcade</Uri>
138-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
138+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
139139
</Dependency>
140-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.23463.1">
140+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="8.0.0-beta.23477.4">
141141
<Uri>https://github.com/dotnet/arcade</Uri>
142-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
142+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
143143
</Dependency>
144-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23463.1">
144+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="8.0.0-beta.23477.4">
145145
<Uri>https://github.com/dotnet/arcade</Uri>
146-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
146+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
147147
</Dependency>
148-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23463.1">
148+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23477.4">
149149
<Uri>https://github.com/dotnet/arcade</Uri>
150-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
150+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
151151
</Dependency>
152-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23463.1">
152+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23477.4">
153153
<Uri>https://github.com/dotnet/arcade</Uri>
154-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
154+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
155155
</Dependency>
156-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="8.0.0-beta.23463.1">
156+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Workloads" Version="8.0.0-beta.23477.4">
157157
<Uri>https://github.com/dotnet/arcade</Uri>
158-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
158+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
159159
</Dependency>
160-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.23463.1">
160+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.23477.4">
161161
<Uri>https://github.com/dotnet/arcade</Uri>
162-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
162+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
163163
</Dependency>
164-
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="8.0.0-beta.23463.1">
164+
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework" Version="8.0.0-beta.23477.4">
165165
<Uri>https://github.com/dotnet/arcade</Uri>
166-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
166+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
167167
</Dependency>
168-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23463.1">
168+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="8.0.0-beta.23477.4">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
170+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23463.1">
172+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="8.0.0-beta.23477.4">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
174+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="8.0.0-beta.23463.1">
176+
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="8.0.0-beta.23477.4">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
178+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
179179
</Dependency>
180-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="8.0.0-beta.23463.1">
180+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="8.0.0-beta.23477.4">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
182+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
183183
</Dependency>
184184
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="8.0.0-beta.23421.1">
185185
<Uri>https://github.com/dotnet/runtime-assets</Uri>
@@ -330,9 +330,9 @@
330330
<Uri>https://github.com/dotnet/xharness</Uri>
331331
<Sha>480b9159eb7e69b182a87581d5a336e97e0b6dae</Sha>
332332
</Dependency>
333-
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="8.0.0-beta.23463.1">
333+
<Dependency Name="Microsoft.DotNet.PackageTesting" Version="8.0.0-beta.23477.4">
334334
<Uri>https://github.com/dotnet/arcade</Uri>
335-
<Sha>1d451c32dda2314c721adbf8829e1c0cd4e681ff</Sha>
335+
<Sha>60a2e897fb13b2042e64d3be6a4f9d43f39b6f07</Sha>
336336
</Dependency>
337337
<Dependency Name="optimization.windows_nt-x64.MIBC.Runtime" Version="1.0.0-prerelease.23504.3">
338338
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>

eng/Versions.props

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,21 @@
8787
<!-- SDK dependencies -->
8888
<MicrosoftDotNetApiCompatTaskVersion>8.0.100-preview.7.23329.3</MicrosoftDotNetApiCompatTaskVersion>
8989
<!-- Arcade dependencies -->
90-
<MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksFeedVersion>
91-
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.23463.1</MicrosoftDotNetCodeAnalysisVersion>
92-
<MicrosoftDotNetGenAPIVersion>8.0.0-beta.23463.1</MicrosoftDotNetGenAPIVersion>
93-
<MicrosoftDotNetGenFacadesVersion>8.0.0-beta.23463.1</MicrosoftDotNetGenFacadesVersion>
94-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23463.1</MicrosoftDotNetXUnitExtensionsVersion>
95-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.23463.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
96-
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksArchivesVersion>
97-
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksInstallersVersion>
98-
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksPackagingVersion>
99-
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
100-
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksTemplatingVersion>
101-
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>8.0.0-beta.23463.1</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
102-
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23463.1</MicrosoftDotNetRemoteExecutorVersion>
103-
<MicrosoftDotNetVersionToolsTasksVersion>8.0.0-beta.23463.1</MicrosoftDotNetVersionToolsTasksVersion>
104-
<MicrosoftDotNetPackageTestingVersion>8.0.0-beta.23463.1</MicrosoftDotNetPackageTestingVersion>
90+
<MicrosoftDotNetBuildTasksFeedVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksFeedVersion>
91+
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.23477.4</MicrosoftDotNetCodeAnalysisVersion>
92+
<MicrosoftDotNetGenAPIVersion>8.0.0-beta.23477.4</MicrosoftDotNetGenAPIVersion>
93+
<MicrosoftDotNetGenFacadesVersion>8.0.0-beta.23477.4</MicrosoftDotNetGenFacadesVersion>
94+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.23477.4</MicrosoftDotNetXUnitExtensionsVersion>
95+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.23477.4</MicrosoftDotNetXUnitConsoleRunnerVersion>
96+
<MicrosoftDotNetBuildTasksArchivesVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksArchivesVersion>
97+
<MicrosoftDotNetBuildTasksInstallersVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksInstallersVersion>
98+
<MicrosoftDotNetBuildTasksPackagingVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksPackagingVersion>
99+
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
100+
<MicrosoftDotNetBuildTasksTemplatingVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksTemplatingVersion>
101+
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>8.0.0-beta.23477.4</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
102+
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.23477.4</MicrosoftDotNetRemoteExecutorVersion>
103+
<MicrosoftDotNetVersionToolsTasksVersion>8.0.0-beta.23477.4</MicrosoftDotNetVersionToolsTasksVersion>
104+
<MicrosoftDotNetPackageTestingVersion>8.0.0-beta.23477.4</MicrosoftDotNetPackageTestingVersion>
105105
<!-- NuGet dependencies -->
106106
<NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
107107
<!-- Installer dependencies -->

eng/common/sdk-task.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ try {
6464
$GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty
6565
}
6666
if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) {
67-
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.6.0-2" -MemberType NoteProperty
67+
$GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.7.2" -MemberType NoteProperty
6868
}
6969
if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") {
7070
$xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true

eng/common/tools.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements =
384384

385385
# If the version of msbuild is going to be xcopied,
386386
# use this version. Version matches a package here:
387-
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.6.0-2
388-
$defaultXCopyMSBuildVersion = '17.6.0-2'
387+
# https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/RoslynTools.MSBuild/versions/17.7.2
388+
$defaultXCopyMSBuildVersion = '17.7.2'
389389

390390
if (!$vsRequirements) {
391391
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') {

global.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-preview.7.23376.3",
3+
"version": "8.0.100-rc.1.23455.8",
44
"allowPrerelease": true,
55
"rollForward": "major"
66
},
77
"tools": {
8-
"dotnet": "8.0.100-preview.7.23376.3"
8+
"dotnet": "8.0.100-rc.1.23455.8"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1",
12-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23463.1",
13-
"Microsoft.DotNet.SharedFramework.Sdk": "8.0.0-beta.23463.1",
11+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23477.4",
12+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23477.4",
13+
"Microsoft.DotNet.SharedFramework.Sdk": "8.0.0-beta.23477.4",
1414
"Microsoft.Build.NoTargets": "3.7.0",
1515
"Microsoft.Build.Traversal": "3.4.0",
1616
"Microsoft.NET.Sdk.IL": "8.0.0-rc.1.23406.6"

src/coreclr/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected override object CreateObject(IntPtr externalComObject, CreateObjectFla
6868
Debug.Assert(flags == CreateObjectFlags.UniqueInstance);
6969

7070
var iid = ICLRMetaHost.IID;
71-
if (Marshal.QueryInterface(externalComObject, ref iid, out IntPtr hostPtr) != 0)
71+
if (Marshal.QueryInterface(externalComObject, in iid, out IntPtr hostPtr) != 0)
7272
{
7373
throw new ArgumentException("Expected ICLRMetaHost COM interface");
7474
}
@@ -284,7 +284,7 @@ private CoCreateWrapperCache() { }
284284
Debug.Assert(flags == CreateObjectFlags.UniqueInstance);
285285

286286
var iid = new Guid("AA544D42-28CB-11d3-BD22-0000F80849BD");
287-
if (Marshal.QueryInterface(externalComObject, ref iid, out IntPtr ppv) != 0)
287+
if (Marshal.QueryInterface(externalComObject, in iid, out IntPtr ppv) != 0)
288288
{
289289
return null;
290290
}

src/coreclr/tools/aot/Directory.Build.props

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<Import Project="../Directory.Build.targets" />
3+
<PropertyGroup>
4+
<IsTrimmable Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">true</IsTrimmable>
5+
</PropertyGroup>
6+
</Project>

src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.sfxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<SymbolsArchiveName>dotnet-runtime-symbols</SymbolsArchiveName>
1313
<VSInsertionShortComponentName>NetCore.SharedFramework</VSInsertionShortComponentName>
1414
<UseTemplatedPlatformManifest>true</UseTemplatedPlatformManifest>
15+
<!-- We need the full RID graph in Microsoft.NETCore.App.deps.json in order to support apps
16+
opting into the switch to use the old behaviour with the RID graph -->
17+
<UseRidGraph>true</UseRidGraph>
1518
</PropertyGroup>
1619

1720
<PropertyGroup>

0 commit comments

Comments
 (0)