-
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 dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/hotreload-utils #53171
[main] Update dependencies from dotnet/runtime dotnet/arcade dotnet/icu dotnet/xharness dotnet/runtime-assets dotnet/hotreload-utils #53171
Conversation
…0524.1 Microsoft.NETCore.DotNetHost , Microsoft.NETCore.DotNetHostPolicy , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , Microsoft.NET.Sdk.IL , System.Runtime.CompilerServices.Unsafe , System.Text.Json From Version 6.0.0-preview.5.21267.1 -> To Version 6.0.0-preview.6.21274.1
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. |
…49-4df3-8093-5c22f01af678 .. to pick up emscripten.python fixes .
…524.6 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.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , 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.21271.3 -> To Version 6.0.0-beta.21274.6
Microsoft.NETCore.Runtime.ICU.Transport From Version 6.0.0-preview.6.21268.1 -> To Version 6.0.0-preview.6.21274.1
…10524.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.21271.1 -> To Version 1.0.0-prerelease.21274.1
…ld 20210525.1 System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData From Version 6.0.0-beta.21267.1 -> To Version 6.0.0-beta.21275.1
…ild 20210524.2 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.0.1-alpha.0.21271.1 -> To Version 1.0.1-alpha.0.21274.2
…49-4df3-8093-5c22f01af678
installer/osx:
@akoeplinger @steveisok any idea what might be going on here? |
Seems like an issue caused by dotnet/arcade#7425, @davidwrighton can you please take a look? |
…525.5 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.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , 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.21271.3 -> To Version 6.0.0-beta.21275.5
…10525.2 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.21271.1 -> To Version 1.0.0-prerelease.21275.2
…ild 20210525.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.0.1-alpha.0.21271.1 -> To Version 1.0.1-alpha.0.21275.1
Hm seems this will fail until dotnet/sdk#17769 gets into the SDK and we're bumped to the new one I think. @davidwrighton @jkoritzinsky is there a way to opt out of this change for now? |
@akoeplinger I'm looking into what we can do here. I was expecting to make dotnet/arcade#7425 a prereq for the dotnet/sdk#17769 change. Is it possible for me to get dotnet/sdk#17769 in, and then take a dependency on a fairly shiny/new sdk? |
…r a matching sdk when this change will be removed
@akoeplinger @jkoritzinsky I've made a small tweak in the props to avoid the shared framework sdk adding the mibc to the runtimelist.xml Please take a look. |
@davidwrighton the idea looks good to me but it seems the installer tests still fail with |
…526.5 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.CodeAnalysis , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , 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.21271.3 -> To Version 6.0.0-beta.21276.5
…10526.1 Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 1.0.0-prerelease.21271.1 -> To Version 1.0.0-prerelease.21276.1
…ild 20210526.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.0.1-alpha.0.21271.1 -> To Version 1.0.1-alpha.0.21276.1
…nd .dll file extension
…ub.com:dotnet/runtime into darc-main-4c502370-0a49-4df3-8093-5c22f01af678
@akoeplinger Of course it turns out there is some exceptionally bizarre behavior difference in a bit of the sdk between Windows and Unix, but I believe I've found a workaround that is a general improvement in the crossgen2tasks logic, which thankfully is customizable for these projects in the runtime repo. |
Browser: Android: runtime test failures |
According to @fanyang-mono: the android runtime test failures were disabled ~30mins back in #53357 . |
This pull request updates the following dependencies
From https://github.com/dotnet/runtime
From https://github.com/dotnet/arcade
From https://github.com/dotnet/icu
From https://github.com/dotnet/xharness
From https://github.com/dotnet/runtime-assets
From https://github.com/dotnet/hotreload-utils