Timo Partl

Results 44 issues of Timo Partl

I am using `Gpx10Serializer` and `Gpx11Serializer` in my app and want to deserialize GPX files from a stream. I have come across GPX files that do not have the correct...

I encountered a build warning when dealing with [this issue](https://github.com/xamarin/xamarin-macios/issues/15614) and it was recommended to me to open a new issue for it. ### Steps to Reproduce 1. create .NET...

bug

### Steps to Reproduce I started using the recently released AppCenter SDK for macOS to track crashes in my app. One crash report I would want to symbolicate and the...

bug
macOS
only-legacy

In the Microsoft Partner Center I see "failures" reported as hangs for my Store-published app that seem to originate from MSAL: 0 | . | HANG_QUIESCE | 0x0000000000000000 -- |...

bug
P2
requires more info
scenario:Mobile-UWP

In the Android drawables, their fill color is defined as `android:fillColor="@color/fluent_default_icon_tint". The docs say ([here](https://github.com/microsoft/fluentui-system-icons/blob/master/android/README.md#default-color )) that a default color is used (#212121) which can be overridden. However, there is...

I'd use this for a "Pomodoro" feature in my app. There already is the "timer" logo, but this is to track a initially unknown period of time whereas a "hourglass"...

design

A Bluetooth icon in various variants is already available. A NFC icon would be a welcome addition

design

**Description** I am using this SDK in a Xamarin.Android project. Starting with 2.11.1, the DocumentFormat.OpenXml.dll in my release bundle grew from ~6MB to over 20MB, causing the apps download size...

high impact

Microsoft & many developers have been moving their apps & libraries from Newtsoft.Json to System.Text.Json recently (e.g. the Microsoft Graph SDK for .NET). It would be very appreciated if this...

enhancement

This causes authentication to fail if there are multiple URL schemes defined in the Info.plist. The GetCFBundleURLSchemes of NativeSafariAuthenticator for iOS seems to be implemented correctly.