Jonathan Peppers
Jonathan Peppers
@fsaffioti is this library using a local on-device model? Or is this using a Firebase cloud service? Are the libraries being added here, useful instead: * https://github.com/dotnet/android-libraries/pull/1243
So, just to be clear these are all features that compete with Azure? Could you just use Azure OpenAI libraries instead? Those would work on more platforms than Android. You...
> I would like to better understand the criteria you use to decide when to create a binding Going forward, we would like to create as few as possible. We...
Android is bad, too, as it is `-p:_AdbTarget` and then you have to escape a space inside the value.
What are the build errors? You left it blank.
This is a pinned issue at the top of the issues page: * https://github.com/dotnet/android-libraries/issues/764 What happens is: * Google moved types from one library to another * We just mirror...
What versions of these packages are you using: * https://www.nuget.org/packages/Xamarin.AndroidX.SavedState * https://www.nuget.org/packages/Xamarin.AndroidX.SavedState.SavedState.Android It seems like you probably don't have the latest of one of those.
At minimum, I think we'd need the .NET 10 version of the generator output, though, thanks!
This feels like "MAUI doesn't handle cancellation", right? Looking at the code: https://github.com/dotnet/maui/blob/68f6e4be973d60f3ab376dcdb0025645a9d4a6fc/src/Core/src/ImageSources/StreamImageSourceService/StreamImageSourceService.Android.cs#L28-L32 If you navigated away from the page, I don't see what would cancel this gracefully. Can someone...
> The NuGet REPO is only showing net8.0-android34.0 and net10.0-android36.0 support however - no net9/android35 combination. Why do you need this? `net8.0-android` libraries work in .NET 9. We had been...