docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
### Type of issue Missing information ### Description MauiSplashScreen Aspect Fill all of screen doesn't exists in documentation ### Page URL https://learn.microsoft.com/en-us/dotnet/maui/user-interface/images/splashscreen?view=net-maui-8.0&tabs=android ### Content source URL https://github.com/dotnet/docs-maui/blob/main/docs/user-interface/images/splashscreen.md ### Document Version...
I have read https://learn.microsoft.com/en-us/dotnet/maui/user-interface/handlers/create?view=net-maui-8.0 and I wonder if `MauiContext` is a singleton or not. Given how it is used, it looks like it isn't but I'm not 100 per cent...
### Type of issue Missing information ### Description The page seems to mention `` as a backup exclusion configuration. But the settings are stored using the `${applicationId}.microsoft.maui.essentials.preferences.xml` format. This mismatch...
### Type of issue Typo ### Description Hi, Please provide better information on the minimum requirement for MacOS needed plus the hardware requirements of the Macintosh as well. [Enter feedback...
## Issue description MAUI has been getting issues regarding the ColumnDefinitions of Grid, presumably from developers migrating their apps from Xamarin Forms to MAUI. Here is an example of such...
## Help make content visible I am looking for the class hierarchy for MAUI, similar to what was for Xamarin: https://learn.microsoft.com/en-us/xamarin/xamarin-forms/internals/class-hierarchy but can't find it. ## Describe the new article...
### Type of issue Missing information ### Description SQLiteNetExtensions is used for managing relationships and extending SQLite functionality in .NET MAUI projects. However, the documentation currently lacks information about installing...
### Type of issue Missing information ### Description Under troubleshooting it might be useful to add some notes about removing previous installations of the android-sdk installed under ~/library/developer/xamarin that were...
Options for customising handlers. ## Mappings Mappings are the simplest option for most behaviour changes. If you want to change how a property affects a native control (or even ignore...
### Type of issue Missing information ### Description Often you want to deploy data with your app in the Raw folder. On Windows and iOS you can access these directly,...