davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.65k stars 736 forks source link

Improve ConcurrentDictionary.GetOrAdd description #70

Closed aannenko closed 3 years ago

aannenko commented 3 years ago

Firstly, thank you for creating this guide! :) I hope changes in this pull request clarify descriptions of the ConcurrentDictionary.GetOrAdd examples somewhat.

davidfowl commented 3 years ago

Excellent! Glad you find this valuable