A dynamic service registration plugin for .NET, allowing automatic registration of services using custom attributes such as Singleton, Scoped, and Transient. Supports configurable options for flexible dependency injection and registration handling.
License
—
Deps
1
Install Size
—
Vulns
✓ 0
Published
Oct 24, 2024
$ dotnet add package AutoDIRegisterAutoDIRegister is a dynamic service registration plugin for .NET, enabling automatic service registration based on custom attributes.
It supports different service lifetimes, such as Singleton, Scoped, and Transient, and provides configurable options for flexible dependency injection.
[Singleton], [Scoped], and [Transient].You can install the package via NuGet:
dotnet add package AutoDIRegister