docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

This repository contains documentation for .NET Multi-platform App UI (MAUI).

Results 189 docs-maui issues
Sort by recently updated
recently updated
newest added

In .NET 9, `TimePicker` gains a `TimeSelected` event. More info: https://github.com/dotnet/maui/pull/21156

:checkered_flag: Release: .NET 9

### Type of issue Missing information ### Description So, I was trying to follow the tutorial to migrate my app to .NET Maui from a Xamarin.Android app but to my...

product-question
Pri1
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Code doesn't work ### Description I cannot run the hello World app on windows machine (Android works fine) I'm using Windows 11 Pro I have developer...

Pri1
:watch: Not Triaged
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Code doesn't work ### Description Downloaded the following code: [https://github.com/dotnet/maui-samples/tree/main/8.0/UserInterface/Layouts/AbsoluteLayoutDemos](url) The menu on the MainPage does not work under Windows emulator. When app opens, I can...

Pri2
:watch: Not Triaged
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Missing information ### Description There is no way of publishing Windows app, when using Maui Multi Platform template [Enter feedback here] ![Screenshot 2024-09-18 182430](https://github.com/user-attachments/assets/7aa8f641-c737-4fa8-8389-7977b2f9ffe2) ### Page...

Pri2
:watch: Not Triaged
dotnet-mobile/svc
dotnet-maui/subsvc

In .NET MAUI 9, support has been added for justifying text using `HorizontalTextAlignment.Justify`. More info: https://github.com/dotnet/maui/pull/24376

doc-enhancement
:checkered_flag: Release: .NET 9

## Help make content visible In .NET MAUI 9, we now require all classes implementing `IMarkupExtension`, `IMarkupExtension`, `IValueProvider`, and `IExtendedTypeConverter` to be annotated with either `[RequireService(typeof(T))]` or `[AcceptEmptyServiceProvider]` attributes. This...

Pri3
:checkered_flag: Release: .NET 9
:pushpin: seQUESTered

In .NET MAUI 9 there's a source generator that allows developers to call the `SetBinding` extension method to define bindings on their bindable objects using `Func` instead of `string` paths....

doc-enhancement
:checkered_flag: Release: .NET 9
:pushpin: seQUESTered

In .NET MAUI 9, there's a better API for Native Embedding scenarios. Version the native embedding doc and sample to reflect this. For more info, see: https://github.com/dotnet/maui/pull/23887 and https://github.com/dotnet/maui/pull/23642 ---...

doc-enhancement
:checkered_flag: Release: .NET 9
:pushpin: seQUESTered