DanWahlin / AspNetCorePostgreSQLDockerApp

ASP.NET Core with PostgreSQL Docker App Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.net core 2

jhallam3 opened this issue · comments

Hey Dan,

Just tied this with .net core 2 and get the following

Data/ApplicationDbContext.cs(16,18): error CS0311: The type 'Dashboard.Models.ApplicationUser' cannot be used as type parameter 'TUser' in the generic type or method 'IdentityDbContext'. There is no implicit reference conversion from 'Dashboard.Models.ApplicationUser' to 'Microsoft.AspNetCore.Identity.IdentityUser'. [/Users/JonHallam2/project new /Dashboard/DashboardCoreVs2017-2/Dashboard.csproj]

Thanks. This project is for V1.1 at this point. I'll look at 2 for it once it's released.