Skip to content
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

Closed
weitzhandler opened this issue May 17, 2017 · 4 comments
Closed

AspNetCore.Identity #277

weitzhandler opened this issue May 17, 2017 · 4 comments

Comments

@weitzhandler
Copy link

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 ComplexTypes and TPT), in the other hand, AspNetCore.Identity provides agnostic IUserStore, IRoleStore etc.
I'd like to see an official implementation of these interfaces (from AspCore) provided for EF6 users.

@ErikEJ
Copy link
Contributor

ErikEJ commented May 17, 2017

There is no official support, see aspnet/Identity#416

@weitzhandler
Copy link
Author

I see. Sucks.
There are a gazillion of repos. You never know which of them is reliable. Why can't they come up with an official one?? This mess is annoying. Thanks for your link tho.

@ErikEJ
Copy link
Contributor

ErikEJ commented May 17, 2017

@weitzhandler I guess it is a matter of resources and priority

@weitzhandler
Copy link
Author

weitzhandler commented May 17, 2017

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.
They should at least recommend one officially. It's a total mess, and since it's a mess, and I didn't want to pollute my lib, I came up with this tiny wrapper.
Would love to hear your comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants