Tomasz Cielecki

Results 157 comments of Tomasz Cielecki

You need to create your own class and inherit from MvxAndroidSetup. I guess we didn't update the docs.

Would you be able to make the PR and fix this? I guess it would be nicely fixed by doing something like: ```csharp if (value is T t) return Convert(t,...

The +1 and "have same issue" comments are not valuable, use reactions at the opening post.

@berniemills if you start Xcode 13 and go to Preferences > Locations Then change the Command Line tools back to 13.x.x then you should be good to go again

What is the exception? You only provided the stack trace. Edit: Nevermind it was hidden in the middle of the stack `java.lang.IllegalArgumentException`

I work on it when I have time and also when something we've found in the Apps need fixing. Plans for the near future: - Look at re-doing the startup...

I don't find much value in the plugin system anymore. Most of the plugins have been replaced by Xamarin.Essentials or the likes. The only nice thing is that they are...

When including `prometheus-net.AspNetCore` in a `net6.0-android` project. It tries to include `Microsoft.AspNetCore.App` which does not have RuntimeIdentifiers for linux-arm64, linux-arm or android-x86. Is the FrameworkReference to `Microsoft.AspNetCore.App` necessary for net6...

Using a different installer won't change the fact that the App is not signed. You will still see the Windows warning dialog even using Squirrel. So in any case, signing...