Timo Partl

Results 202 comments of Timo Partl

Maybe add a try-catch-all in that method, it also throws other exceptions, like this one: ``` Java.Lang.RuntimeException: ClassNotFoundException when unmarshalling: com.google.android.apps.docs.cello.data.CelloEntrySpec JniEnvironment+InstanceMethods.CallObjectMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) JniPeerMembers+JniInstanceMethods.InvokeVirtualObjectMethod (System.String...

> @nhsimarsden > Hey Ian, any chance you found a work-around for this that didn't break auth flow? I'm surprised this has gone under the MSAL team's radar this long....

This bug is still present in 4.39, at least the crash I reported here. > Maybe add a try-catch-all in that method, it also throws other exceptions, like this one:...

Please also consider that the Newtonsoft.JSON dependency is extremely large. Multiple megabytes, especially when AOT is enabled (which is a must in iOS apps). Using System.Text.Json would significantly reduce the...

Started to see the same or a very similar issue. ``` System.EntryPointNotFoundException CVDisplayLinkCreateWithCGDisplay assembly: type: member:(null) double CVDisplayLinkInterop.GetRefreshRate(uint display) ``` Would appreciate a fix or fallback handling for the refresh...

I would highly appreciate if this could be fixed soon. Same bug occurs when adding a WebView into a ContentDialog.

Thanks for the new icons @jasoncuster. I finally got the chance to have a look at them. I would have a suggestion on how they could be improved. Currently, it...

CryptoKit is now the 3rd library (after StoreKit2 & WidgetKit) that I wanted to use, just to find out it is not supported. Really hope there will be some progress...

I just found out that in .NET8, the `AesGcm` class is using CryptoKit under the hood (https://github.com/dotnet/runtime/issues/29811), maybe the work that has been done there can be used to make...

As I now migrated my apps to .NET7, this is no longer an issue for me. I hope for AOT compilation to be possible again soon, as dealing with crash...