-
### Description
Since we are skipping provisioantor to install the certs and profiles we need to find our clear the builds that need this.
Maybe for now only do that on DevDiv.
### Steps to Repro…
-
### Description
We have a Maui app targeting both Windows and MacCatalyst. There is a state the app can be in that requires us to keep the sceen on for the user so the app can function whether the u…
-
### Description
I have my `.NET 8 MAUI` application and I tried to deploy it on a real Android device after updating `MAUI` to the version 8.0.82
When the application starts I get this error
…
-
### Description
When using the `FilePicker` API in an iOS application, the `PickAsync` method returns null (as if canceled) even if the user has not canceled or picked a file.
The same behavior exis…
-
### Description
For the property:
```csharp
[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.All)]
Type? IHybridWebView.InvokeJavaScriptType { get; set; }
```
We got the trimmer warning:
…
-
**Describe the bug**
Client sdk 5.0.0 fails to load in a WPF app in .NET8 `net8.0-windows`.
**To reproduce**
- Create a simple WPF all using .NET8 (TargetFramework `net8.0-windows`).
- Add launc…
-
### Description
In the [sentry-dotnet](https://github.com/getsentry/sentry-dotnet) I'm adding a feature to capture screenshots when some event is logged. In the test Android application screen captur…
-
### Description
I'm trying to use MAUI essentials in a non-MAUI project with .NET 8 preview 7.
I created a simple console application targeting net8.0-windows (platform specific TFM). `UseMauiEsse…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
.NET 9
### Description
Context: https://devdiv.visualstudio.com/DevDiv/_bu…
-
### Description
The accessor `AppInfo.RequestedTheme` returns an overridden theme once it's in effect **and modal sheet is displayed**:
https://github.com/dotnet/maui/blob/main/src/Essentials/src/…