Azure pipeline fails on upgrading "Xamarin.Essentials" package
Amalu Thomas
0
Reputation points
Azure pipeline fails for android project after upgrading xamarin.essentails to 1.8.1.
<PackageReference Include="Xamarin.Essentials"><Version>1.8.1</Version>
</PackageReference>
Locally the project is building and image selection also work perfect.
This upgrade is required as select image and take photo is not working for android 13+.
Error: The type or namespace name 'Platform' does not exist in the namespace 'Xamarin.Essentials' (are you missing an assembly reference?)
Can some one suggest a solution.?
Sign in to answer