Closed romkatv closed 7 years ago
HarvestInfoCache.TryAdd() can be called concurrently, in which case it can throw ArgumentException when adding a type that has already been added by another thread.
Thanks for accepting the PR, Kasper. Could you push a new version to NuGet?
Done. I even added some hefty performance improvements :-)
HarvestInfoCache.TryAdd() can be called concurrently, in which case it can throw ArgumentException when adding a type that has already been added by another thread.