System.InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager`1[Domain.App.Identity.AppUser]' while attempting to activate 'WebApp.Startup'. code example
Example: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager
services.AddIdentity<Automobile.Models.Account, IdentityRole>(options =>
{
options.User.RequireUniqueEmail = false;
})
.AddEntityFrameworkStores<Providers.Database.EFProvider.DataContext>()
.AddDefaultTokenProviders();