-
### Description
On .NET 8 a Preferences.Set of a DateTime type would store a string but in .NET 9 it seems to store a long. This has two issues:
1) When Preferences.Get of a DateTime is presented wi…
-
Currently, the .NET SDK will download targeting and runtime packs for all shared frameworks it knows about. For example, for a self-contained console app where the targeting packs aren't installed, i…
-
### Description
Currently when you switch to android 12 - and you are scanning for BT, the app crashes
Need android.permission.BLUETOOTH_SCAN permission for android.content.AttributionSource@f9e…
-
### Description
If you want to open a Share Dialog on an WinUI3 App you get the following Nullreference Exception
```
The active Window can not be detected. Ensure that you have called Init in yo…
-
-
-
When running `dotnet workload list` command I get this message:
`Updates are avaliable for the following workload(s): android-aot ios maccatalyst macos maui tvos wasm-tools. Run 'dotnet workload up…
-
### Description
If you have a Tabbar as the primary shell control, and navigate using AppActions (or applinks, for that matter) with a subpage, the tabbar fails to switch to the selected tab.
##…
-
-
### Description
As part of https://github.com/dotnet/maui/pull/15527 I've skipped the tests listed below. All of these tests were failing on the original PR. We don't necessarily need to fix these …