Closed plppp2001 closed 9 months ago
Yes, the workaround is correct, it is a known issue in xamarin.android repo
Yes, the workaround is correct, it is a known issue in xamarin.android repo
Ok great thank you.
Thanks to the team , it works
Thanks to the team , it works
What did you do exactly? thanks let us know
I also want to fix this What did you do exactly? thanks let us know
@eduardoagr read the ticket description with more attention or check out sample app
I just do not understand, do I need to add this to the. csproj
`
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Onion.Maui.GoogleMaps" Version="5.0.3" />
So, I tried your package again @themronion, I downloaded your code, and it works perfectly. I notice that wasn't the latest version, so I upgraded to 5.1.2 and immediately broke, I also tried to install the latest version of
Xamarin.AndroidX.Collection Xamarin.AndroidX.Collection.Ktx
but nothing
VERSIONS
IDE
PLATFORMS
ACTUAL BEHAVIOR
HOW TO REPRODUCE
Fresh new .net MAUI 8 Project and Add Nuget Onion.Maui.GoogleMaps // code and steps to reproduce
NOTE How I got it to compile (but I'm not sure if this is the correct way this should be fixed, can someone please verify this is correct way to fix?)
I did get project to compile with the updated Onion.Maui.GoogleMaps 5.0.3 nuget within latest .NET maui 8:
So I have this, not sure if this is the correct way to fix this (This does compile in new project)?