Undisposed MemoryStream #23271
Labels
area-identity
Includes: Identity and providers
good first issue
Good for newcomers.
✔️ Resolution: Won't Fix
Resolved because we decided not to change the behavior reported in this issue.
help wanted
Up for grabs. We would accept a PR to help resolve this issue
Status: Resolved
Milestone
I just dove a bit into Identity's source code and saw that in DataProtectorTokenProvider.cs there's a
MemoryStream
that's not being disposed.Proposal: Put the
MemoryStream
into ausing
statement to dispose it after use.The text was updated successfully, but these errors were encountered: