Max Feingold
Max Feingold
Hi, @sibartlett. Hopefully this is simple enough.
As per the spec, a `` element may contain zero or more `` elements. However, this library will throw an exception parsing them. cf https://www.topografix.com/GPX/1/1/gpx.xsd
**Describe the bug** Unable to use Microcharts.Forms 1.0-preview in .NET Standard 2.0 library **Which platform and version is this for?** Android **To Reproduce** Steps to reproduce the behavior: 1. Install...
I think we may have discussed this several years ago, but it was annoying me today so I figured I'd raise the issue again. :-) On Windows, openMSX stores user-scoped...
### Steps to Reproduce 1. Build, deploy app, start debugging 2. Observe 12 Java.Lang.RuntimeExceptions at startup 3. Hit F5 to continue I wasn't able to reproduce this in a fresh...
### Description Pickers reopen after selecting an item that's already selected. Easy to observe with a picker with only one item. I suspect the problem comes from the code that...
### Description I wrote a behavior that listens for LongClick events and raises action modes on Android. When this behavior is attached to items in the CollectionView's item template, selection...
**Describe the bug** Same issue as https://github.com/microcharts-dotnet/Microcharts/issues/193 An unhandled exception occurs rendering charts on Windows UWP. This issue occurs with 0.9.5.9 and 1.0.0.0-preview. It does not occur with 0.7.1. I...
**Describe the bug** After upgrading to Microsoft.Graph 5.x (from 4.x) I'm seeing the following error creating a release Android archive build: `XA3001: Could not AOT the assembly: Microsoft.Graph.dll` **To Reproduce**...
Hello. I'm trying to get this project up and running, so I can use MapControl in a WinUI app. However, I'm unable to get the CsWinRT Nuget package built. I...