Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Compilation issue #5

Open
vd3d opened this issue Oct 25, 2018 · 2 comments
Open

Compilation issue #5

vd3d opened this issue Oct 25, 2018 · 2 comments

Comments

@vd3d
Copy link

vd3d commented Oct 25, 2018

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

@westonsoftware
Copy link

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)

@joshmccall221
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants