Skip to content

Commit

Permalink
Dependency update and nullable changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Nov 22, 2024
1 parent 75b7914 commit fb344e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AsyncKeyedLock/AsyncKeyedLockDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ public void Dispose()
#pragma warning disable CS8602 // Dereference of a possibly null reference.
_pool.Dispose();
#pragma warning restore CS8602 // Dereference of a possibly null reference.
}
catch
{
// do nothing
Expand Down

0 comments on commit fb344e5

Please sign in to comment.