-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird behavior with generics #4470
Comments
EF Core supports using closed generic types such as
Does that sound correct? cc @bricelam |
dupe of #3545 Already fixed and will be shipped in RC2 |
I'm not sure how I got into this state, but every time I do a dnx add migration, it is ignoring my actual changes, and instead, generating the following migration:
I can't actually commit that migration to the database, but if I comment it out and then do a "dnx ef database update" then the next time I do a "dnx ef migrations add", I'll get the exact same migration as above.
It looks like there's some problem with naming the FK/PK when it has a generic argument.
Here is the configuration for one of the above entities:
The text was updated successfully, but these errors were encountered: