xamarin-azure-businessreview icon indicating copy to clipboard operation
xamarin-azure-businessreview copied to clipboard

Compilation issue

Open vd3d opened this issue 6 years ago • 2 comments

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?)

vd3d avatar Oct 25 '18 12:10 vd3d

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)

westonsoftware avatar Apr 07 '19 15:04 westonsoftware

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!

joshmccall221 avatar Oct 15 '19 16:10 joshmccall221