Reference to type 'IdentityBuilder' claims it is defined in 'Microsoft.AspNetCore.Identity', but it could not be found
I am referencing Microsoft.AspNetCore.Identity 2.2.0, however when I look within this .dll I cannot find any definition for this IdentityBuilder class. Even more confusingly, when I look at the source for 'Microsoft.AspNetCore.Identity', I can see references to that class within it. What the heck?
Hi all,
Attempting to follow the steps in the quickstart. However, the line:
services.AddIdentityWithMongoStores("mongodb://localhost/myDB");
...throws a syntax error:
Reference to type 'IdentityBuilder' claims it is defined in 'Microsoft.AspNetCore.Identity', but it could not be found
I am referencing Microsoft.AspNetCore.Identity 2.2.0, however when I look within this .dll I cannot find any definition for this IdentityBuilder class. Even more confusingly, when I look at the source for 'Microsoft.AspNetCore.Identity', I can see references to that class within it. What the heck?