docs-maui
docs-maui copied to clipboard
This repository contains documentation for .NET Multi-platform App UI (MAUI).
### Type of issue Code doesn't work ### Description Following the documentation for installing VS Code and Android on macOS. I have a clean machine with macOS 14.4.1. I'm unable...
### Type of issue Code doesn't work ### Description In the "Read the data from the incoming intent" section, in the example code there is a line `activity.Finish();` . Having...
The `activity.Finish();` line causes the app to behave incorrectly when opening it from a deep link. The app won't "crash" in the traditional sense, but does immediately go into the...
This is motivated by this issue: https://github.com/dotnet/maui/issues/15920 On Android you can't 'move' a control from one parent to another without first removing it from the first parent. This is different...
Document new options and defaults for `TrimMode`. I took my best guess at the new content, but couldnโt find defninitive documentation. FWIW, hereโs an AI-generated [overview of the changes](https://g.co/gemini/share/c84935d1940b). ---...
Use the standard convention of beginning class names with a capital letter. --- #### Internal previews | ๐ File | ๐ Preview link | |:--|:--| | [docs/fundamentals/dependency-injection.md](https://github.com/dotnet/docs-maui/blob/2df5bb1c17d0f91f0c605ed6296a090929e161f5/docs/fundamentals/dependency-injection.md) | [Dependency injection](https://review.learn.microsoft.com/en-us/dotnet/maui/fundamentals/dependency-injection?branch=pr-en-us-2210)...
### Type of issue Missing information ### Description The dimensions shown here differ from what is in the MAUI template (which is 456 x 456). Two different dimensions are shown...
removed redundancy in sentence --- #### Internal previews | ๐ File | ๐ Preview link | |:--|:--| | [docs/fundamentals/data-binding/string-formatting.md](https://github.com/dotnet/docs-maui/blob/2ee52a274be9e4324f3052caef402218f1c722d2/docs/fundamentals/data-binding/string-formatting.md) | [String formatting](https://review.learn.microsoft.com/en-us/dotnet/maui/fundamentals/data-binding/string-formatting?branch=pr-en-us-2206) |
### Type of issue Outdated article ### Description Step 7 is incorrect - on VS22 version 17.9.6 this image shown (Finished creating package) does not show. After clicking create on...
### Type of issue Typo ### Description In the [color changes section](https://learn.microsoft.com/en-us/dotnet/maui/migration/multi-project-to-multi-project?view=net-maui-8.0#color-changes) it's described that you can access the verbose colors like `Color.Black`. I found out, that you have to...