[net11.0] Update dependencies from dotnet/android, dotnet/dotnet, dotnet/macios#34237
Merged
StephaneDelcroix merged 31 commits intonet11.0from Mar 3, 2026
Merged
Conversation
….0-preview.1.26124.1+azdo.13385866 On relative base path root Microsoft.Android.Sdk.Windows From Version 36.1.99-ci.main.157 -> To Version 36.1.99-ci.main.162
…224.2 On relative base path root Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Primitives , Microsoft.JSInterop , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.2.26103.111 -> To Version 11.0.0-preview.3.26124.102 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.26103.111 -> To Version 11.0.0-beta.26124.102 Microsoft.NET.Sdk From Version 11.0.100-preview.2.26103.111 -> To Version 11.0.100-preview.3.26124.102
…224.8 On relative base path root Microsoft.iOS.Sdk.net11.0_26.2 , Microsoft.MacCatalyst.Sdk.net11.0_26.2 , Microsoft.macOS.Sdk.net11.0_26.2 , Microsoft.tvOS.Sdk.net11.0_26.2 From Version 26.2.11375-net11-p2 -> To Version 26.2.11424-net11-p3
Replace the hard-coded 11.0.100-preview.2 value with $(DotNetVersionBand) in eng/Versions.props for DotNetAndroidManifestVersionBand. This makes the Android manifest version consistent with the global DotNetVersionBand and simplifies future version updates.
jonathanpeppers
previously approved these changes
Feb 25, 2026
Member
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…225.12 On relative base path root Microsoft.iOS.Sdk.net11.0_26.2 , Microsoft.MacCatalyst.Sdk.net11.0_26.2 , Microsoft.macOS.Sdk.net11.0_26.2 , Microsoft.tvOS.Sdk.net11.0_26.2 From Version 26.2.11375-net11-p2 -> To Version 26.2.11426-net11-p3 Dependency coherency updates On relative base path root Microsoft.MacCatalyst.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10216 (parent: Microsoft.MacCatalyst.Sdk.net11.0_26.2) Microsoft.macOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10216 (parent: Microsoft.macOS.Sdk.net11.0_26.2) Microsoft.iOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10216 (parent: Microsoft.iOS.Sdk.net11.0_26.2) Microsoft.tvOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10216 (parent: Microsoft.tvOS.Sdk.net11.0_26.2)
….0-preview.1.26125.1+azdo.13395601 On relative base path root Microsoft.Android.Sdk.Windows From Version 36.1.99-ci.main.157 -> To Version 36.1.99-ci.main.163
Member
|
/azp run maui-pr-device-tests,maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…800-ca45-409d-989e-cc15565e2baf
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 34237Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 34237" |
The macios SDK update (26.2.11426-net11-p3) changed nullable annotations on several UIKit APIs: - UIFont.SystemFontOfSize/FromDescriptor/WithSize now return UIFont? - UIFont.FromName parameter 'name' is now non-nullable (string) - UIPickerView.Model now returns nullable - CGFont.PostScriptName is now string? Fixes: - EmbeddedFontLoader: Add null check for PostScriptName before FromName - FontManager: Add null-forgiving for SystemFontOfSize/FromDescriptor (system fonts are never null), null check for cleansedFont - PickerHandler: Use pattern matching for nullable Model casts - MauiTextView: Add null-forgiving for WithSize (never null for valid fonts) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…226.8 On relative base path root Microsoft.iOS.Sdk.net11.0_26.2 , Microsoft.MacCatalyst.Sdk.net11.0_26.2 , Microsoft.macOS.Sdk.net11.0_26.2 , Microsoft.tvOS.Sdk.net11.0_26.2 From Version 26.2.11375-net11-p2 -> To Version 26.2.11428-net11-p3 Dependency coherency updates On relative base path root Microsoft.MacCatalyst.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10217 (parent: Microsoft.MacCatalyst.Sdk.net11.0_26.2) Microsoft.macOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10217 (parent: Microsoft.macOS.Sdk.net11.0_26.2) Microsoft.iOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10217 (parent: Microsoft.iOS.Sdk.net11.0_26.2) Microsoft.tvOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10217 (parent: Microsoft.tvOS.Sdk.net11.0_26.2)
….0-preview.1.26126.1+azdo.13412311 On relative base path root Microsoft.Android.Sdk.Windows From Version 36.1.99-ci.main.157 -> To Version 36.1.99-ci.main.165
Member
|
/azp run maui-pr-device-tests,maui-pr-uitests |
Member
|
/azp run maui-pr-device-tests,maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run maui-pr-device-tests,maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…302.5 On relative base path root Microsoft.iOS.Sdk.net11.0_26.2 , Microsoft.MacCatalyst.Sdk.net11.0_26.2 , Microsoft.macOS.Sdk.net11.0_26.2 , Microsoft.tvOS.Sdk.net11.0_26.2 From Version 26.2.11375-net11-p2 -> To Version 26.2.11429-net11-p3 Dependency coherency updates On relative base path root Microsoft.MacCatalyst.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10218 (parent: Microsoft.MacCatalyst.Sdk.net11.0_26.2) Microsoft.macOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10218 (parent: Microsoft.macOS.Sdk.net11.0_26.2) Microsoft.iOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10218 (parent: Microsoft.iOS.Sdk.net11.0_26.2) Microsoft.tvOS.Sdk.net10.0_26.2 From Version 26.2.10196 -> To Version 26.2.10218 (parent: Microsoft.tvOS.Sdk.net11.0_26.2)
…302.6 On relative base path root Microsoft.AspNetCore.Authentication.Facebook , Microsoft.AspNetCore.Authentication.Google , Microsoft.AspNetCore.Authentication.MicrosoftAccount , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Forms , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.Components.WebAssembly , Microsoft.AspNetCore.Components.WebAssembly.Server , Microsoft.AspNetCore.Components.WebView , Microsoft.AspNetCore.Metadata , Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyInjection.Abstractions , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.Hosting.Abstractions , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.Extensions.Logging.Debug , Microsoft.Extensions.Primitives , Microsoft.JSInterop , Microsoft.NETCore.App.Ref From Version 11.0.0-preview.2.26103.111 -> To Version 11.0.0-preview.3.26152.106 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.26103.111 -> To Version 11.0.0-beta.26152.106 Microsoft.NET.Sdk From Version 11.0.100-preview.2.26103.111 -> To Version 11.0.100-preview.3.26152.106
….0-preview.1.26152.1+azdo.13435665 On relative base path root Microsoft.Android.Sdk.Windows From Version 36.1.99-ci.main.157 -> To Version 36.1.99-ci.main.174 Dependency coherency updates On relative base path root Microsoft.NET.Sdk.Android.Manifest-10.0.100 From Version 36.1.30 -> To Version 36.1.43 (parent: Microsoft.Android.Sdk.Windows)
…from dotnet/android, dotnet/dotnet, dotnet/macios
Contributor
|
/azp run maui-pr-uitests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azp run maui-pr-device-tests |
|
No pipelines are associated with this pull request. |
StephaneDelcroix
previously approved these changes
Mar 3, 2026
Contributor
|
/azp run maui-pr-devicetests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Adding #nullable enable to Color.cs changed the public API surface for nullability. All Color method signatures now need nullable annotations Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
/azp run maui-pr-devicetests, maui-pr-uitests |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Remove ~ prefix from Equals(Color?) entry in net-android, net-macos, net-tizen, and net-windows. With #nullable enable, the entry must be nullable-aware (without ~) to match the compiler's view of the API. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
/azp run maui-pr-devicetests, maui-pr-uitests |
|
Azure Pipelines successfully started running 2 pipeline(s). |
This was referenced Mar 3, 2026
rolfbjarne
approved these changes
Mar 3, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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/android
From https://github.com/dotnet/dotnet
From https://github.com/dotnet/macios
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