You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 ofIDbContextFactory
registration or if 2 similar classes would have to be maintained.Such thing also should fix issues like #22031
The text was updated successfully, but these errors were encountered: