NathenB
NathenB
When packaging a WPF project as a Class Library, I see the following error message when trying to show the OpenDirectoryDialog. System.Windows.Media.Animation.AnimationException: 'Cannot animate the 'IsOpen' property on a 'MaterialDesignThemes.Wpf.PopupEx'...
### Magick.NET version 13.5.0 Magick.NET.Core and Magick.NET-Q16-x64 ### Environment (Operating system, version and so on) MAUI maccatalyst ### Description I'm getting a DllNotFoundException when running on maccatalyst using .NET MAUI....
I am developing an app that utilizes BLE. I have a characteristic with UUID da6d0fee that resides in the da6d0fe1 service. When I call service.GetCharacteristicAsync, it is returning null. This...
## Steps to reproduce 1. Power on BLE device 2. My app is running DiscoverAsync in a loop, every 10 seconds, to show available/unavailable devices. 3.Turn off BLE device. 4....
Trying to build the MAUI sample app. Also followed the how-to on a blank MAUI app and am getting the same error: 1>Xamarin.Shared.Sdk.targets(1641,3): Error : clang++ exited with code 1:...
When using the CommunityToolkit.Maui package to apply a StatusBarStyle, the backdrop of the bottom sheet renders incorrectly. My app supports theme switching during runtime and the StatusBarStyle is crucial when...
When using .NET MAUI, the ConnectAsync method enters an Acknowledgement loop. Works fine in a Console app. > SmartGlass.Messaging.Session.SessionMessageTransport: Trace: Sending message #1 (SmartGlass.Messaging.Session.Messages.LocalJoinMessage) ... > SmartGlass.Messaging.Session.SessionMessageTransport: Trace: Received message...
I'm trying to send buttons to my Xbox but it's taking about 2 minutes for the Xbox to respond. During this time, the ConnectAsync method throws a TimeoutException. I've tried...
The documentation states SelectedDetent "...and updates the sheet's position when changed". I have tried doing this from the code-behind and the ViewModel, neither of which moves the sheet to the...
Is there any way to lock the axis the thumb can be moved on? I'm wanting to use this library to create a color slider, but currently it allows the...