-
Notifications
You must be signed in to change notification settings - Fork 547
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
AspNetCore.Identity #277
Comments
There is no official support, see aspnet/Identity#416 |
I see. Sucks. |
@weitzhandler I guess it is a matter of resources and priority |
It's pretty much telling all EF6 users gfys, EF7 doesn't replace some crucial core features of EF6, in mid or enterprise app it's not even considerable by us for the lack of some elementary features EF6 does provide. |
I'm unable to find the EntityFramework6 Identity repo on GitHub, could you please include a link in the main wiki?
Many users have implemented EF6 solutions for AspNetCore.Identity so Google doesn't find the original one anymore.
For many users using AspNetCore, EFCore isn't sufficient yet (for me: lack of
ComplexType
s and TPT), in the other hand, AspNetCore.Identity provides agnosticIUserStore
,IRoleStore
etc.I'd like to see an official implementation of these interfaces (from AspCore) provided for EF6 users.
The text was updated successfully, but these errors were encountered: