.NET MAUI updates in .NET 9 Preview 7 #24219
Replies: 5 comments 8 replies
-
New lifecycle methods for remote notifications on iOS & Mac Catalyst link broken |
Beta Was this translation helpful? Give feedback.
-
what is a native embedding ? when to use it? |
Beta Was this translation helpful? Give feedback.
-
Is there any way to create a custom nuget for Maui locally? |
Beta Was this translation helpful? Give feedback.
-
With the latest dotnet 9 preview 7 and VS 2022 17.12.0 Preview 1.0, the deploy checkbox in configuration manager dialog is grayed out in a Maui-Blazor-Web app when (targeting) building for Windows. When debugging, the app starts and runs 'normally'. But code such as global::Windows.ApplicationModel.Package.Current.InstalledLocation throws an exception because the was not 'deployed' (no windows package). Running the same code targeting dotnet 8 just works! |
Beta Was this translation helpful? Give feedback.
-
Output of dotnet workload list:
dotnet --version: What's the magic sauce I'm missing to enjoy the new Handler-goodness, @davidortinau ? |
Beta Was this translation helpful? Give feedback.
-
Here's a summary of what's new in .NET MAUI in this preview release:
HybridWebview
TitleBar
Control andWindow.TitleBar
for WindowsCollectionView
&CarouselView
improvements with a new opt-in handler for iOS and Mac CatalystWindow
to the foreground withActivateWindow
BackButtonBehavior
OneWay
binding modeBlazorWebView
backward compatibility host addressMainPage
is ObsoleteProcessTerminated
event onWebView
Control.NET MAUI updates in .NET 9 Preview 7:
.NET 9 Preview 7:
Beta Was this translation helpful? Give feedback.
All reactions