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

UserStore should use IDbContextFactory<TContext> (instead of just TContext) if available #42260

Open
springy76 opened this issue Jun 17, 2022 · 2 comments
Labels
area-identity Includes: Identity and providers investigate
Milestone

Comments

@springy76
Copy link

UserStore<TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim> just ignores the fact my app is using (Pooled)DbContextFactories.

I don't know if UserStore could auto-detect the presence of IDbContextFactory registration or if 2 similar classes would have to be maintained.

Such thing also should fix issues like #22031

@javiercn javiercn added the area-identity Includes: Identity and providers label Jun 17, 2022
@adityamandaleeka adityamandaleeka added this to the Backlog milestone Jun 17, 2022
@ghost
Copy link

ghost commented Jun 17, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@HaoK HaoK removed their assignment Jul 20, 2022
@Drake53
Copy link

Drake53 commented Mar 29, 2023

I have the same issue with EntityFrameworkCoreXmlRepository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers investigate
Projects
None yet
Development

No branches or pull requests

5 participants