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

Error update database using IdentityDbContext #271

Closed
oswaldofreitas opened this issue Dec 13, 2015 · 3 comments
Closed

Error update database using IdentityDbContext #271

oswaldofreitas opened this issue Dec 13, 2015 · 3 comments

Comments

@oswaldofreitas
Copy link

When I tried to "dnx ef database update" I got this error:

"The property 'LockoutEnd' on entity type 'Server.Web.Models.ApplicationUser' has not been added to the model or ignored."

@ErikEJ
Copy link
Owner

ErikEJ commented Dec 13, 2015

OK.Could you share a lilltle more info. What data type is LockoutEnd? I suspect it could be an unsupported data type. Also, what EF7 version do you use? and you are aware that the SQL CE provider does not support DNX Core?

@ErikEJ
Copy link
Owner

ErikEJ commented Dec 13, 2015

It looks like you can try to ignore "Lockoutend" which of unsupported type "DateTimeOffset" dotnet/efcore#3990

@ErikEJ
Copy link
Owner

ErikEJ commented Dec 26, 2015

Closing as there seems to be nothing to change in the SQL CE provider - feel free to re-open if you disagree

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

2 participants