Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Proposal: make UserStore.ThrowIfDispose protected #750

@divega

Description

@divega

From @sumtec on February 19, 2016 5:51

Hi,

Is it possible to make ThrowIfDispose in the UserStore<> protected? I am trying to make it work for a legacy database and I have to write my own UserStore to enable login. When trying to implementing the UserStore class, I found no way to call the ThrowIfDispose.

I need to query different table to get a wrapped IdentityUser object. So, I can't call the FindByName in the base class directly. Or, any other advice other than implementing my own UserStore class?

Thanks,
Frank

Copied from original issue: dotnet/efcore#4607

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions