UnityAutoRegistration 1.0.0.2
Unity Auto Registration extends Unity IoC container and provides fluent syntax to configure rules for automatic type registration. Using few code lines you can scan specified assemblies and register all types that satisfy your rules.
Rules for determining whether to include/exclude type/assembly are predicates (Predicate<T>) so you can use lambda syntax to specify them or direct method name. There are a few methods in If helper class (like Implements, DecoratedWith) to cover some common scenarios of type registering.
See the version list below for details.
Install-Package UnityAutoRegistration -Version 1.0.0.2
dotnet add package UnityAutoRegistration --version 1.0.0.2
<PackageReference Include="UnityAutoRegistration" Version="1.0.0.2" />
paket add UnityAutoRegistration --version 1.0.0.2
#r "nuget: UnityAutoRegistration, 1.0.0.2"
Dependencies
-
- Unity (>= 2.1.505)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.