Attach anything to anything!
By using ConcurrentDictionary
and ConditionalWeakTable
classes, this library provides extension methods that allow attaching values to reference type instances with thread safety and no memory leaks.
PM> Install-Package Overby.Extensions.Attachments
See unit tests for example usage.