[main] Update dependencies from dotnet/dotnet - #11385
Merged
jonathanpeppers merged 8 commits intoMay 21, 2026
Merged
Conversation
…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
dotnet-maestro
Bot
requested review from
jonathanpeppers and
simonrozsival
as code owners
May 18, 2026 05:04
Member
|
The macOS build failure is a known SDK issue: dotnet/sdk#54296 SDK The fix (dotnet/dotnet#6609) was merged today — waiting for a new SDK build to flow through. |
…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>
…2e92a4-a6d1-4b57-b27f-3f36abf4482b
…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>
jonathanpeppers
approved these changes
May 21, 2026
jonathanpeppers
deleted the
darc-main-4d2e92a4-a6d1-4b57-b27f-3f36abf4482b
branch
May 21, 2026 14:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the following dependencies
From https://github.com/dotnet/dotnet