Skip to content

Investigate removing IDisposable interface from TokenCache #17124

Closed

Description

The TokenCache class currently implements IDisposable to dispose of an underlying SemaphoreSlim. It's possible that this is unnecessary if it is not accessing the underlying WaitHandle. See the discussion here: #17083 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Azure.IdentityClientThis issue points to a problem in the data-plane of the library.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions