NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 250 forks source link

Implement IDisposable pattern #12176

Open dominoFire opened 1 year ago

dominoFire commented 1 year ago

When working at https://github.com/NuGet/Home/issues/12116 ; I learnt that IDisposable pattern can be implemented all around NuGet Protocol code.

The goal of this issue is to analyze how can we implement IDisposable pattern and what are the cost and benefits of using this pattern in NuGet protocol code.

ghost commented 1 year ago

@dominoFire Issue is missing Type label, remember to add a Type label