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.

UserManager.ThrowIfDisposed should be protected #762

@mwpowellhtx

Description

@mwpowellhtx

Hello,

In UserManager, ThrowIfDisposed should be protected. Today it is private.

protected void ThrowIfDisposed()
{
    if (_disposed)
    {
        throw new ObjectDisposedException(GetType().Name);
    }
}

Tangent to that is to expose an IsDisposed property.

Thank you.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions