Karol Stosik
Karol Stosik
I have the same on Android 11. Synchronization never ends. If I kill the app and start again, it'll be ok.
The repository I've linked to is from official xamarin blog: https://blog.xamarin.com/xamarin-forms-3-4-0-say-hello-to-imagebutton/ so I assume it should work flawlessly. I have a reproduction in another project. It looks like removing the...
I've found the source of bug: ApiException.cs, line 132: ``` try { exception.ContentHeaders = response.Content.Headers; var content = await response.Content.ReadAsStringAsync().ConfigureAwait(false); exception.Content = content; if (response.Content.Headers?.ContentType?.MediaType?.Equals("application/problem+json") ?? false) { exception =...
After updating to netstandard2.0, xcc does not longer work.
@Sumaiya786 you don't need this Nuget any more. Remove it from your solution, and apply xaml compilation on the whole assembly.
Any updates?