Vincent Croft
Vincent Croft
### Discussed in https://github.com/dotnet/maui/discussions/12267 Originally posted by **danheinz** December 22, 2022 I have the following in my XAML for my MAUI Map control: ```XAML ``` And the OnPanUpdated never gets...
Refine the XUnit example using a Fixture - the existing code causes appHost to restart for each test
### Type of issue Code doesn't work ### Description See issue: https://github.com/xunit/xunit/issues/2099 The existing example implies that by implementing IAsyncLifetime, the expensive work to start up the AppHost (and all...
**Describe the bug** Updated the packages to current versions breaks this sample. It is difficult to apply this code to solutions which are up to date. **Impact** This is a...
I would like to run a local vision model that is ultimately fine-tuned with domain specific images and data on PCs and use NPU (Snapdragon Hexagon) or GPU depending on...