-
### Description
The Maui app does not deployed to the Local iPhone(attached to window) and remote iPhone(attached to paired Mac).
### Steps to Reproduce
Create Maui app with default template. Attac…
-
### Description
I just upgraded to VS 17.3 P1.1 and the essentials API is complaining that the `Contacts` type in the `Microsoft.Maui.ApplicationModel.Communication` namespace is missing. Digging fur…
-
### Description
After attempting the following suggestions:
https://github.com/dotnet/maui/pull/8394
https://github.com/dotnet/maui/issues/9794
And even this: [https://itnext.io/a-comprehens…
-
### Description
Building a `MAUI` project using central package management does not seem possible because of the `NU1009` error. It reads as a warning, but is in fact a build breaking error.
I att…
-
### Description
Picker crash application on iOS simulator after pressing on it to change between Monkeys.
P.S: The buttons works, I haven't tested anything else
```
Baboon
Capuc…
-
### Description
On macOS with a Catalyst project, "MediaPicker.CapturePhotoAsync" takes photo contains vertical lines.
Before clicking the red button :
After clicking the red button :
### St…
-
### Description
I am writing some tests and I need to inject IVersionTracking into a service and in tests when I do the following it crashes
### Steps to Reproduce
1. Create a test
2. Write this …
-
### Description
Our Application uses NetStandard-library project to reflect the version of the application. This library is used by Maui and Blazor with a project reference.
We reflect the versio…
-
### Description
I finally was able to publish my MAUI iOS app, however the built got rejected due this issue,
however my app isn't using any of those features.
Or is this new with Xcode 14?
> IT…
-
### Description
Working on migrating existing Xamarin Forms samples hit the folllowing issue when HotReload was enabled
App would launch but Null Reference exception is thrown as soon and one of…