aspnet / AspNetWebStack

ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
Other
858 stars 354 forks source link

Update TempDataDictionary.cs #273

Closed ThibaultLesuisse closed 4 years ago

ThibaultLesuisse commented 4 years ago

TryAndGetValue already remove the key from the _initialKeys HashSet,

dougbu commented 4 years ago

@ThibaultLesuisse thank you for this contribution. We are currently only fixing critical functional issues in the code base, and have decided to not take this change at this time. (Removing a non-existent object from a HashSet<T> just causes the Remove method to return false.)