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 210 docs-maui issues
Sort by recently updated
recently updated
newest added

### Type of issue Outdated article ### Description When using `win10-x64` (or `win10-x86`), an error is thrown during build: ``` Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\8.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1083: The specified RuntimeIdentifier 'win10-x64' is not...

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Typo ### Description Hi, I have trouble to publish .net 8 maui windows in sideload. I am using Visual Studio 2022 17.8.6 on a Windows 11...

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Code doesn't work ### Description **I've created a Solution called CustomNamespace** [1. Create one Proyect called CustomNamespace 2. Create One class library Inside of solution 3....

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Missing information ### Description The solution works when we manually create HttpClient in our application. However, when we pass a link to an image to the...

Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Outdated article ### Description When installing android tools on macOS, you need to specify x86_64 for Intel Macs and arm64-v8a for Apple Silicon Macs. Example: sdkmanager...

doc-bug
Pri1
dotnet-mobile/svc
dotnet-maui/subsvc
vscode

In .NET 9, the `Permissions` class gains the `PostNotifications` permission from Android 12. https://github.com/dotnet/maui/pull/19472

doc-enhancement
Pri3
:checkered_flag: Release: .NET 9

### Type of issue Code doesn't work ### Description Using the current instructions, users who download a packaged app (even if it is from the store) will run into this...

doc-enhancement
Pri2
dotnet-mobile/svc
dotnet-maui/subsvc

### Type of issue Missing information ### Description The [Apple Sign In](https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/communication/authentication?view=net-maui-8.0&tabs=macios#apple-sign-in) section mentions correctly that Apple does indeed not return an AccessToken and only an IdToken. ``` // Note...

Pri1
doc-idea
dotnet-mobile/svc
dotnet-maui/subsvc

The .NET MAUI templates currently specify macOS 13.1 as the minimum supported version, not 10.15. It's very difficult to test older OS versions such as 10.15 which are no longer...

In .NET 9, all `ResourceDictionary` instances without code-behind have their XAML compiled, unless `` is set. Update the ResourceDictionary doc to this effect. https://github.com/dotnet/maui/pull/19390 --- [Associated WorkItem - 314388](https://dev.azure.com/msft-skilling/Content/_workitems/edit/314388)

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