Skip to content

Investigate removing IDisposable interface from TokenCache #17124

@schaabs

Description

@schaabs

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).

Metadata

Metadata

Assignees

Labels

Azure.IdentityClientThis issue is related to a non-management package

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions