Skip to content

Commit 36b174e

Browse files
[main] Source code updates from dotnet/dotnet (#14409)
* Update dependencies from build 306817 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26166.111 -> 11.0.0-beta.26168.106) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.3.26166.111 -> 11.0.0-preview.3.26168.106) [[ commit created by automation ]] * Update dependencies from build 307118 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26168.106 -> 11.0.0-beta.26170.109) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.3.26168.106 -> 11.0.0-preview.3.26170.109) [[ commit created by automation ]] * Update dependencies from build 307198 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26170.109 -> 11.0.0-beta.26171.106) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.3.26170.109 -> 11.0.0-preview.3.26171.106) [[ commit created by automation ]] * Update dependencies from build 307311 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CMake.Sdk, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.XUnitV3Extensions (Version 11.0.0-beta.26171.106 -> 11.0.0-beta.26172.108) Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, Microsoft.NETCore.Platforms, Microsoft.Win32.SystemEvents, runtime.win-x64.Microsoft.NETCore.ILAsm, System.CodeDom, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Formats.Nrbf, System.IO.Hashing, System.Reflection.MetadataLoadContext, System.Resources.Extensions, System.Runtime.Serialization.Formatters, System.Text.Encodings.Web, System.Text.Json, System.Windows.Extensions, runtime.win-x86.Microsoft.NETCore.ILAsm (Version 11.0.0-preview.3.26171.106 -> 11.0.0-preview.3.26172.108) [[ commit created by automation ]] * Issue: The System.Private.Windows.Core.TestUtilities project adds a Microsoft.CSharp reference for net481, but that's only available for this project. The assembly reference doesn't flow transitively for .NET Framework references. The test project itself needs the reference since it directly uses dynamic. Fix: Added a <Reference Include="Microsoft.CSharp"/> for the net481 target framework in System.Private.Windows.Core.Tests.csproj. The test file uses dynamic (via TestAccessor.Dynamic) which requires the Microsoft.CSharp assembly on .NET Framework. This assembly is implicitly available on .NET (Core) but must be explicitly referenced on net481 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Shyam Gupta (DevDiv) <shgu@microsoft.com>
1 parent 6735caf commit 36b174e

File tree

11 files changed

+211
-94
lines changed

11 files changed

+211
-94
lines changed

eng/Version.Details.props

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet-dotnet dependencies -->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetArcadeSdkPackageVersion>
10-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11-
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetCMakeSdkPackageVersion>
12-
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetGenFacadesPackageVersion>
13-
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetHelixSdkPackageVersion>
14-
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetRemoteExecutorPackageVersion>
15-
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.26166.111</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16-
<MicrosoftNETSdkILPackageVersion>11.0.0-preview.3.26166.111</MicrosoftNETSdkILPackageVersion>
17-
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-preview.3.26166.111</MicrosoftNETCoreAppRefPackageVersion>
18-
<MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26166.111</MicrosoftNETCoreILAsmPackageVersion>
19-
<MicrosoftNETCoreILDAsmPackageVersion>11.0.0-preview.3.26166.111</MicrosoftNETCoreILDAsmPackageVersion>
20-
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-preview.3.26166.111</MicrosoftNETCorePlatformsPackageVersion>
21-
<MicrosoftWin32SystemEventsPackageVersion>11.0.0-preview.3.26166.111</MicrosoftWin32SystemEventsPackageVersion>
22-
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26166.111</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23-
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26166.111</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24-
<SystemCodeDomPackageVersion>11.0.0-preview.3.26166.111</SystemCodeDomPackageVersion>
25-
<SystemConfigurationConfigurationManagerPackageVersion>11.0.0-preview.3.26166.111</SystemConfigurationConfigurationManagerPackageVersion>
26-
<SystemDiagnosticsDiagnosticSourcePackageVersion>11.0.0-preview.3.26166.111</SystemDiagnosticsDiagnosticSourcePackageVersion>
27-
<SystemFormatsNrbfPackageVersion>11.0.0-preview.3.26166.111</SystemFormatsNrbfPackageVersion>
28-
<SystemIOHashingPackageVersion>11.0.0-preview.3.26166.111</SystemIOHashingPackageVersion>
29-
<SystemReflectionMetadataLoadContextPackageVersion>11.0.0-preview.3.26166.111</SystemReflectionMetadataLoadContextPackageVersion>
30-
<SystemResourcesExtensionsPackageVersion>11.0.0-preview.3.26166.111</SystemResourcesExtensionsPackageVersion>
31-
<SystemRuntimeSerializationFormattersPackageVersion>11.0.0-preview.3.26166.111</SystemRuntimeSerializationFormattersPackageVersion>
32-
<SystemTextEncodingsWebPackageVersion>11.0.0-preview.3.26166.111</SystemTextEncodingsWebPackageVersion>
33-
<SystemTextJsonPackageVersion>11.0.0-preview.3.26166.111</SystemTextJsonPackageVersion>
34-
<SystemWindowsExtensionsPackageVersion>11.0.0-preview.3.26166.111</SystemWindowsExtensionsPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetArcadeSdkPackageVersion>
10+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11+
<MicrosoftDotNetCMakeSdkPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetCMakeSdkPackageVersion>
12+
<MicrosoftDotNetGenFacadesPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetGenFacadesPackageVersion>
13+
<MicrosoftDotNetHelixSdkPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetHelixSdkPackageVersion>
14+
<MicrosoftDotNetRemoteExecutorPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetRemoteExecutorPackageVersion>
15+
<MicrosoftDotNetXUnitV3ExtensionsPackageVersion>11.0.0-beta.26172.108</MicrosoftDotNetXUnitV3ExtensionsPackageVersion>
16+
<MicrosoftNETSdkILPackageVersion>11.0.0-preview.3.26172.108</MicrosoftNETSdkILPackageVersion>
17+
<MicrosoftNETCoreAppRefPackageVersion>11.0.0-preview.3.26172.108</MicrosoftNETCoreAppRefPackageVersion>
18+
<MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26172.108</MicrosoftNETCoreILAsmPackageVersion>
19+
<MicrosoftNETCoreILDAsmPackageVersion>11.0.0-preview.3.26172.108</MicrosoftNETCoreILDAsmPackageVersion>
20+
<MicrosoftNETCorePlatformsPackageVersion>11.0.0-preview.3.26172.108</MicrosoftNETCorePlatformsPackageVersion>
21+
<MicrosoftWin32SystemEventsPackageVersion>11.0.0-preview.3.26172.108</MicrosoftWin32SystemEventsPackageVersion>
22+
<runtimewinx64MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26172.108</runtimewinx64MicrosoftNETCoreILAsmPackageVersion>
23+
<runtimewinx86MicrosoftNETCoreILAsmPackageVersion>11.0.0-preview.3.26172.108</runtimewinx86MicrosoftNETCoreILAsmPackageVersion>
24+
<SystemCodeDomPackageVersion>11.0.0-preview.3.26172.108</SystemCodeDomPackageVersion>
25+
<SystemConfigurationConfigurationManagerPackageVersion>11.0.0-preview.3.26172.108</SystemConfigurationConfigurationManagerPackageVersion>
26+
<SystemDiagnosticsDiagnosticSourcePackageVersion>11.0.0-preview.3.26172.108</SystemDiagnosticsDiagnosticSourcePackageVersion>
27+
<SystemFormatsNrbfPackageVersion>11.0.0-preview.3.26172.108</SystemFormatsNrbfPackageVersion>
28+
<SystemIOHashingPackageVersion>11.0.0-preview.3.26172.108</SystemIOHashingPackageVersion>
29+
<SystemReflectionMetadataLoadContextPackageVersion>11.0.0-preview.3.26172.108</SystemReflectionMetadataLoadContextPackageVersion>
30+
<SystemResourcesExtensionsPackageVersion>11.0.0-preview.3.26172.108</SystemResourcesExtensionsPackageVersion>
31+
<SystemRuntimeSerializationFormattersPackageVersion>11.0.0-preview.3.26172.108</SystemRuntimeSerializationFormattersPackageVersion>
32+
<SystemTextEncodingsWebPackageVersion>11.0.0-preview.3.26172.108</SystemTextEncodingsWebPackageVersion>
33+
<SystemTextJsonPackageVersion>11.0.0-preview.3.26172.108</SystemTextJsonPackageVersion>
34+
<SystemWindowsExtensionsPackageVersion>11.0.0-preview.3.26172.108</SystemWindowsExtensionsPackageVersion>
3535
</PropertyGroup>
3636
<!--Property group for alternate package version names-->
3737
<PropertyGroup>

eng/Version.Details.xml

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -6,114 +6,114 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
66
And you can check these with "darc get-dependencies <dash dash>target-repo "winforms"
77
-->
88
<Dependencies>
9-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="3ccdcc4cf9b93bf3504275d4506144cf68c15b2c" BarId="306434" />
9+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="winforms" Sha="491bbab262d2f8179cf5f5651bc0689d9c12739a" BarId="307311" />
1010
<ProductDependencies>
11-
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-preview.3.26166.111">
11+
<Dependency Name="Microsoft.NETCore.Platforms" Version="11.0.0-preview.3.26172.108">
1212
<Uri>https://github.com/dotnet/dotnet</Uri>
13-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
13+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
1414
</Dependency>
15-
<Dependency Name="System.Resources.Extensions" Version="11.0.0-preview.3.26166.111">
15+
<Dependency Name="System.Resources.Extensions" Version="11.0.0-preview.3.26172.108">
1616
<Uri>https://github.com/dotnet/dotnet</Uri>
17-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
17+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
1818
</Dependency>
19-
<Dependency Name="System.Windows.Extensions" Version="11.0.0-preview.3.26166.111">
19+
<Dependency Name="System.Windows.Extensions" Version="11.0.0-preview.3.26172.108">
2020
<Uri>https://github.com/dotnet/dotnet</Uri>
21-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
21+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
2222
</Dependency>
23-
<Dependency Name="Microsoft.NET.Sdk.IL" Version="11.0.0-preview.3.26166.111">
23+
<Dependency Name="Microsoft.NET.Sdk.IL" Version="11.0.0-preview.3.26172.108">
2424
<Uri>https://github.com/dotnet/dotnet</Uri>
25-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
25+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
2626
</Dependency>
27-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26166.111">
27+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26172.108">
2828
<Uri>https://github.com/dotnet/dotnet</Uri>
29-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
29+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26166.111">
31+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26172.108">
3232
<Uri>https://github.com/dotnet/dotnet</Uri>
33-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
33+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26166.111">
35+
<Dependency Name="runtime.win-x86.Microsoft.NETCore.ILAsm" Version="11.0.0-preview.3.26172.108">
3636
<Uri>https://github.com/dotnet/dotnet</Uri>
37-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
37+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
3838
</Dependency>
39-
<Dependency Name="System.Reflection.MetadataLoadContext" Version="11.0.0-preview.3.26166.111">
39+
<Dependency Name="System.Reflection.MetadataLoadContext" Version="11.0.0-preview.3.26172.108">
4040
<Uri>https://github.com/dotnet/dotnet</Uri>
41-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
41+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
4242
</Dependency>
43-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="11.0.0-preview.3.26166.111">
43+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="11.0.0-preview.3.26172.108">
4444
<Uri>https://github.com/dotnet/dotnet</Uri>
45-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
45+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
4646
</Dependency>
47-
<Dependency Name="System.Text.Encodings.Web" Version="11.0.0-preview.3.26166.111">
47+
<Dependency Name="System.Text.Encodings.Web" Version="11.0.0-preview.3.26172.108">
4848
<Uri>https://github.com/dotnet/dotnet</Uri>
49-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
49+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
5050
</Dependency>
51-
<Dependency Name="System.Text.Json" Version="11.0.0-preview.3.26166.111">
51+
<Dependency Name="System.Text.Json" Version="11.0.0-preview.3.26172.108">
5252
<Uri>https://github.com/dotnet/dotnet</Uri>
53-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
53+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
5454
</Dependency>
55-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.3.26166.111">
55+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="11.0.0-preview.3.26172.108">
5656
<Uri>https://github.com/dotnet/dotnet</Uri>
57-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
57+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
5858
</Dependency>
59-
<Dependency Name="System.Runtime.Serialization.Formatters" Version="11.0.0-preview.3.26166.111">
59+
<Dependency Name="System.Runtime.Serialization.Formatters" Version="11.0.0-preview.3.26172.108">
6060
<Uri>https://github.com/dotnet/dotnet</Uri>
61-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
61+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
6262
</Dependency>
63-
<Dependency Name="Microsoft.Win32.SystemEvents" Version="11.0.0-preview.3.26166.111">
63+
<Dependency Name="Microsoft.Win32.SystemEvents" Version="11.0.0-preview.3.26172.108">
6464
<Uri>https://github.com/dotnet/dotnet</Uri>
65-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
65+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
6666
</Dependency>
67-
<Dependency Name="System.CodeDom" Version="11.0.0-preview.3.26166.111">
67+
<Dependency Name="System.CodeDom" Version="11.0.0-preview.3.26172.108">
6868
<Uri>https://github.com/dotnet/dotnet</Uri>
69-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
69+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
7070
</Dependency>
71-
<Dependency Name="System.Configuration.ConfigurationManager" Version="11.0.0-preview.3.26166.111">
71+
<Dependency Name="System.Configuration.ConfigurationManager" Version="11.0.0-preview.3.26172.108">
7272
<Uri>https://github.com/dotnet/dotnet</Uri>
73-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
73+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
7474
</Dependency>
75-
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.3.26166.111">
75+
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.3.26172.108">
7676
<Uri>https://github.com/dotnet/dotnet</Uri>
77-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
77+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
7878
</Dependency>
79-
<Dependency Name="System.Formats.Nrbf" Version="11.0.0-preview.3.26166.111">
79+
<Dependency Name="System.Formats.Nrbf" Version="11.0.0-preview.3.26172.108">
8080
<Uri>https://github.com/dotnet/dotnet</Uri>
81-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
81+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
8282
</Dependency>
83-
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.3.26166.111">
83+
<Dependency Name="System.IO.Hashing" Version="11.0.0-preview.3.26172.108">
8484
<Uri>https://github.com/dotnet/dotnet</Uri>
85-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
85+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
8686
</Dependency>
8787
</ProductDependencies>
8888
<ToolsetDependencies>
8989
<!-- Arcade -->
90-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26166.111">
90+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26172.108">
9191
<Uri>https://github.com/dotnet/dotnet</Uri>
92-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
92+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.26166.111">
94+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="11.0.0-beta.26172.108">
9595
<Uri>https://github.com/dotnet/dotnet</Uri>
96-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
96+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.26166.111">
98+
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="11.0.0-beta.26172.108">
9999
<Uri>https://github.com/dotnet/dotnet</Uri>
100-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
100+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26166.111">
102+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="11.0.0-beta.26172.108">
103103
<Uri>https://github.com/dotnet/dotnet</Uri>
104-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
104+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.26166.111">
106+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.26172.108">
107107
<Uri>https://github.com/dotnet/dotnet</Uri>
108-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
108+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.26166.111">
110+
<Dependency Name="Microsoft.DotNet.XUnitV3Extensions" Version="11.0.0-beta.26172.108">
111111
<Uri>https://github.com/dotnet/dotnet</Uri>
112-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
112+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.26166.111">
114+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.26172.108">
115115
<Uri>https://github.com/dotnet/dotnet</Uri>
116-
<Sha>3ccdcc4cf9b93bf3504275d4506144cf68c15b2c</Sha>
116+
<Sha>491bbab262d2f8179cf5f5651bc0689d9c12739a</Sha>
117117
</Dependency>
118118
</ToolsetDependencies>
119119
</Dependencies>

eng/common/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Param(
66
[string][Alias('v')]$verbosity = "minimal",
77
[string] $msbuildEngine = $null,
88
[bool] $warnAsError = $true,
9+
[string] $warnNotAsError = '',
910
[bool] $nodeReuse = $true,
1011
[switch] $buildCheck = $false,
1112
[switch][Alias('r')]$restore,
@@ -70,6 +71,7 @@ function Print-Usage() {
7071
Write-Host " -excludeCIBinarylog Don't output binary log (short: -nobl)"
7172
Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build"
7273
Write-Host " -warnAsError <value> Sets warnaserror msbuild parameter ('true' or 'false')"
74+
Write-Host " -warnNotAsError <value> Sets a semi-colon delimited list of warning codes that should not be treated as errors"
7375
Write-Host " -msbuildEngine <value> Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)."
7476
Write-Host " -excludePrereleaseVS Set to exclude build engines in prerelease versions of Visual Studio"
7577
Write-Host " -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"

eng/common/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ usage()
4242
echo " --prepareMachine Prepare machine for CI run, clean up processes after build"
4343
echo " --nodeReuse <value> Sets nodereuse msbuild parameter ('true' or 'false')"
4444
echo " --warnAsError <value> Sets warnaserror msbuild parameter ('true' or 'false')"
45+
echo " --warnNotAsError <value> Sets a semi-colon delimited list of warning codes that should not be treated as errors"
4546
echo " --buildCheck <value> Sets /check msbuild parameter"
4647
echo " --fromVMR Set when building from within the VMR"
4748
echo ""
@@ -78,6 +79,7 @@ ci=false
7879
clean=false
7980

8081
warn_as_error=true
82+
warn_not_as_error=''
8183
node_reuse=true
8284
build_check=false
8385
binary_log=false
@@ -176,6 +178,10 @@ while [[ $# -gt 0 ]]; do
176178
warn_as_error=$2
177179
shift
178180
;;
181+
-warnnotaserror)
182+
warn_not_as_error=$2
183+
shift
184+
;;
179185
-nodereuse)
180186
node_reuse=$2
181187
shift

0 commit comments

Comments
 (0)