Synchronization Library and Static Analysis Tool for C# 8
DotNetVault is a library and static code analysis tool that makes managing shared mutable state in multi-threaded applications more manageable and less error prone. It also provides a common abstraction over several commonly used...
More information
A smart and simple way to work with limited-lifetime events in .NET
This package introduce the concept of Disposable events - when you subscribe to such event you will obtain IDisposable token, and when you call Dispose on it, the event subscription will be automatically removed. This will work...
More information