-
Notifications
You must be signed in to change notification settings - Fork 564
[main] Update dependencies from dotnet/installer #7127
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/installer #7127
Conversation
…220627.1 Microsoft.Dotnet.Sdk.Internal From Version 7.0.100-preview.6.22316.8 -> To Version 7.0.100-preview.7.22327.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Manifest-7.0.100 From Version 7.0.100-1.22310.2 -> To Version 7.0.100-1.22323.2 (parent: Microsoft.Dotnet.Sdk.Internal
|
A new assembly has appeared in apps? |
There appears to be a new System.Xml.Linq facade with:
[assembly: TypeForwardedTo(typeof(XAttribute))]
[assembly: TypeForwardedTo(typeof(XElement))]
We can ignore this.
|
Ok, the Xamarin.Forms "app size" test, has a new System.Xml.Linq facade with: So, I think we can ignore this. |
|
There is a test currently blocked on: |
|
So we can wait for this fix to flow here: dotnet/runtime#71411 Or if we need it sooner for some reason, maybe I can disable some tests, let me know. |
Context: https://github.com/xamarin/xamarin-android/tree/release/7.0.1xx-preview6 Context: dotnet#7127 We branched for .NET 7 Preview 6, and there is already a Maestro bump for .NET 7 Preview 7. Let's update xamarin-android/main's version number.
Context: https://github.com/xamarin/xamarin-android/tree/release/7.0.1xx-preview6 Context: #7127 We branched for .NET 7 Preview 6, and there is already a Maestro bump for .NET 7 Preview 7. Let's update xamarin-android/main's version number.
jonathanpeppers
left a comment
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.
I think we can ignore the 1 test failure:
Exceeded expected time of 3850ms, actual 3885.37ms
Looking at the .binlog, I don't see an actual regression in there.
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/installer