[main] Update dependencies from 8 repositories#55636
Conversation
…713.2 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21359.3 -> To Version 6.0.0-beta.21363.2
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-preview.7.21362.1 -> To Version 6.0.0-preview.7.21363.1
…10713.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.21357.4 -> To Version 1.0.0-prerelease.21363.1
Microsoft.NET.ILLink.Tasks From Version 6.0.100-preview.6.21362.3 -> To Version 6.0.100-preview.6.21363.1
…uild 20210712.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 6.0.0-rc1.21356.1 -> To Version 6.0.0-rc1.21362.2
|
Lots of new analysis errors here. |
|
Tagging subscribers to this area: @roji, @ajcvickers Issue DetailsThis pull request updates the following dependencies From https://github.com/dotnet/arcade
From https://github.com/dotnet/icu
From https://github.com/dotnet/xharness
From https://github.com/mono/linker
From https://github.com/dotnet/roslyn-analyzers
|
|
Tagging subscribers to this area: @tommcdon, @krwq Issue DetailsThis pull request updates the following dependencies From https://github.com/dotnet/arcade
From https://github.com/dotnet/icu
From https://github.com/dotnet/xharness
From https://github.com/mono/linker
From https://github.com/dotnet/roslyn-analyzers
|
|
@agocke and @vitek-karas most of the ci failures look linker related. |
|
@sbomer Could you take a look? |
|
One of the warnings is a regression from dotnet/linker#2111, which I'm fixing in dotnet/linker#2146. The rest are expected warnings that are lighting up because dotnet/linker#2114 changes the warning origin for these warnings. Previously, these warnings originated from GetType calls and were suppressed like in runtime/src/libraries/System.Data.Common/src/System/Data/DataSet.cs Lines 1096 to 1097 in 5bcf2c6 Now they originate from the declaring type so the existing suppressions don't work. I tried working around this by instead suppressing them at the type level, but found a bug where UnconditionalSuppressMessage wasn't working properly in these cases. I'm addressing that bug in dotnet/linker#2148. Other options would be to suppress these using assembly-level suppressions. In any case these suppressions will be temporary - the real fix will be to change the origin to point to the offending members in all cases, as suggested in dotnet/linker#2136 (comment). |
…14.1 Microsoft.NET.Workload.Emscripten.Manifest-6.0.100 From Version 6.0.0-preview.7.21363.1 -> To Version 6.0.0-preview.7.21364.1
…otnet-optimization build 20210714.4 optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR From Version 1.0.0-prerelease.21362.2 -> To Version 1.0.0-prerelease.21364.4
…714.3 Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.GenFacades , Microsoft.DotNet.GenAPI , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SharedFramework.Sdk From Version 6.0.0-beta.21359.3 -> To Version 6.0.0-beta.21364.3
…10714.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.21357.4 -> To Version 1.0.0-prerelease.21364.1
…ild 20210714.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.0.1-alpha.0.21362.1 -> To Version 1.0.1-alpha.0.21364.1
|
I'm going to revert the linker update while we work through the issues. I'll also turn off batching so we can handle it separately. |
@agocke I was about to write the same. I don't know who re-enabled linker to be batchable but we didn't have separate because it hit us like this several times before. |
|
Has a new build actually triggered yet? If so we still have several failures. |
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis pull request updates the following dependencies From https://github.com/dotnet/arcade
From https://github.com/dotnet/icu
From https://github.com/dotnet/xharness
From https://github.com/mono/linker
From https://github.com/dotnet/roslyn-analyzers
From https://github.com/dotnet/emsdk
From https://dev.azure.com/dnceng/internal/_git/dotnet-optimization
From https://github.com/dotnet/hotreload-utils
|
|
merging this one as failure was known |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
From https://github.com/dotnet/icu
From https://github.com/dotnet/xharness
From https://github.com/mono/linker
From https://github.com/dotnet/roslyn-analyzers
From https://github.com/dotnet/emsdk
From https://dev.azure.com/dnceng/internal/_git/dotnet-optimization
From https://github.com/dotnet/hotreload-utils