xamarin-azure-businessreview
xamarin-azure-businessreview copied to clipboard
Compilation issue
Hi,
I just open the solution, compile and got the following compilation issue :
6>C:\Temporary\xamarin-azure-businessreview-master\src\iOS\AppDelegate.cs(9,17,9,25): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)
Update the Microsoft.Identity.Client nuget to the latest, for me it was 2.7.1. (that said, there are multiple other nuget versioning issues in this project that need to be updated now)
Downgrading from
<PackageReference Include="Microsoft.Identity.Client" Version="1.1.4-preview0002" />
to
<PackageReference Include="Microsoft.Identity.Client" Version="1.1.3-preview0012" />
worked for me!