-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#55774 was opened for one of the failing networking tests. Build looks good with the linker changes reverted.
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