Skip to content

[main] Update dependencies from dotnet/dotnet#11385

Open
dotnet-maestro[bot] wants to merge 8 commits into
mainfrom
darc-main-4d2e92a4-a6d1-4b57-b27f-3f36abf4482b
Open

[main] Update dependencies from dotnet/dotnet#11385
dotnet-maestro[bot] wants to merge 8 commits into
mainfrom
darc-main-4d2e92a4-a6d1-4b57-b27f-3f36abf4482b

Conversation

@dotnet-maestro
Copy link
Copy Markdown
Contributor

@dotnet-maestro dotnet-maestro Bot commented May 18, 2026

This pull request updates the following dependencies

From https://github.com/dotnet/dotnet

…516.3

On relative base path root
Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26258.110 -> To Version 11.0.0-beta.26266.103
Microsoft.DotNet.Cecil From Version 0.11.5-preview.26258.110 -> To Version 0.11.5-preview.26266.103
Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.5.26258.110 -> To Version 11.0.0-preview.5.26266.103
Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.5.26258.110 -> To Version 11.0.100-preview.5.26266.103
@jonathanpeppers
Copy link
Copy Markdown
Member

The macOS build failure is a known SDK issue: dotnet/sdk#54296

SDK 11.0.100-preview.5.26266.103 ships a dSYM companion file instead of the real libdotnet-aot.dylib on macOS arm64, causing dlopen to fail with "unloadable mach-o file type 10".

The fix (dotnet/dotnet#6609) was merged today — waiting for a new SDK build to flow through.

dotnet-maestro Bot and others added 6 commits May 19, 2026 13:38
…518.12

On relative base path root
Microsoft.DotNet.Build.Tasks.Feed From Version 11.0.0-beta.26258.110 -> To Version 11.0.0-beta.26268.112
Microsoft.DotNet.Cecil From Version 0.11.5-preview.26258.110 -> To Version 0.11.5-preview.26268.112
Microsoft.NET.ILLink , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.5.26258.110 -> To Version 11.0.0-preview.5.26268.112
Microsoft.NET.Sdk , Microsoft.TemplateEngine.Authoring.Tasks From Version 11.0.100-preview.5.26258.110 -> To Version 11.0.100-preview.5.26268.112
- CheckMonoComponentsMask: use XamarinAndroidApplicationProject instead of XamarinFormsAndroidApplicationProject
- BuildHasNoWarnings: remove xamarinForms parameter and all Xamarin.Forms test cases
- DotNetBuild: update Xamarin.AndroidX.AppCompat from 1.3.1.1 to 1.7.1.3

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
AppCompat 1.7.1.3 pulls in androidx.lifecycle.runtime which requires minSdk >= 23, causing manifest merge failures with the default minSdk of 21.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…fault from main

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ILLink now supports `typeof(T).Assembly.GetType(string)` dataflow
analysis (dotnet/runtime#127319), which correctly preserves types
referenced via this reflection pattern. The test's assumption that
`Library1.NonPreserved` would be trimmed is no longer valid since the
trimmer can now statically prove the type is used.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant