When updating to Xamarin.Essentials v1.8.0, my Android builds fail with the following error:
error CS0234: The type or namespace name 'Platform' does not exist in the namespace 'Xamarin.Essentials'
I checked the Xamarin.Essentials source code and confirmed that the Xamarin.Essentials.Platform
class does still exist.
The only thing I've changed is to update the Xamarin.Essentials NuGet package from v1.7.7 to v1.8.0. It's not a major release, so there shouldn't be any breaking changes to my app. Is there something wrong with this build / release of Xamarin.Essentials?