Jonathan Dick

Results 109 comments of Jonathan Dick

Well, `nfloat` is backed by a `double` on iOS and mac in 64 bit hosts, which means, generally everywhere at this point. I think there could be an argument made...

Try `new Uri("com.mycompanyname.myappname://Auth/myoauth2redirect")` and you might need to set your `DataPathPrefix="/Auth/myoauth2redirect"` as well, not sure. But yeah you are adding the `http://` scheme on to your callback URI which is...

No current plans for this, MAUI itself uses the Rectangle types from MAUI Graphics already. There's a more edge case where in XAML you have to be a bit more...

In addition to Java.Interop.Dynamic being slow, it's also an android only thing. A similar approach is not super feasible on iOS and while we're talking about this in Java currently,...

Couple things from my work around this... It's pretty easy to make gradle spit out the dependency info so that you can find the jars/aars to include in the C#...

As for the generation / boilerplate, I think the simplicity of constraining the API is helpful here and not trying to generate too much is best. What I think is...

> The downside to channels is you have to write native code. By the time you're doing that, what value does Xamarin offer? > > Based on my experience supporting...

> Another possibility might be to use source generators and allow definitions to be provided in C#. It has the same issue as `dynamic` in that it requires "magic strings",...

The proguard warnings should be fixed in: https://www.nuget.org/packages/Xamarin.Android.Arch.Work.Runtime/1.0.0.3 (which should pull in a newer version of persistence packages with similar fixes). Please let us know if this resolves the issue.

There's an easy way to skip this task entirely if it's causing you issues, just put this in your .csproj: ``` true ```