The Decorators library is a powerful tool for C# developers that allows you to intercept methods and execute code before and after. The library uses attributes to mark the targeted methods and - behind the scenes - adds the desired behavior via decorator pattern, providing additional functionality without modifying the initial implementation.
$ dotnet add package Qualia.DecoratorsNo README available.