Top 20 NuGet Packages depending on DecoupleIt - Shared library

Total dependencies: 7

Library implements scheduling abstraction based on annotating classes with attributes.
Do passing unit of work through multiple levels of service classes is fine? Probably not. Do we want to have more control of transactions? Sure we do! This package gives you a tool that attaches your unit-of-works classes to async flow, what gives you less problem with transaction management in mult...
Implementation of tracing pattern allowing to define own scopes per case.
A proper segregation of configuration can lead to a headache. Maybe we can do it simpler. Let's namespaces and attributes do it for us.
Implements http abstraction for uniformity of interfaces between controllers and services used on client side.
Are you fed up with manual dependency registrations? This package resolves this problem by allowing Microsoft.Extensions.DependencyInjection to be more automatic by registering dependencies with attributes.
Library implements optionals based on Zoran Horvat work.