AHComp
AHComp
If you compile the current Version 6.0.0  It includes a dll which is not possible to AOT !
### Description If i subscripe the map.MarkerClick += Map_MarkerClick event and set invoke the methode e.Marker.ShowInfoWindow(); the marker is showed but the e.Marker.IsInfoWindowShown property is on the second click always...
### Description 2022-04-13 16:59:30.363903+0200 Xamarin-Test.iOS[9212:98547] One or more errors occurred. (Connection refused) [0:] System.MissingMethodException: Method not found: Microsoft.AspNetCore.Http.Connections.NegotiationResponse Microsoft.AspNetCore.Http.Connections.NegotiateProtocol.ParseResponse(System.ReadOnlySpan`1) at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x0002c] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:471 at Microsoft.AspNetCore.Http.Connections.Client.HttpConnection.NegotiateAsync (System.Uri url,...
I create a demo to show the big problem ! We want to migrate to a hybrid Blazor app with MVC Support ! After login the TenantInfo is null !...