UnityAutoRegistration 1.0.0
See the version list below for details.
dotnet add package UnityAutoRegistration --version 1.0.0
NuGet\Install-Package UnityAutoRegistration -Version 1.0.0
<PackageReference Include="UnityAutoRegistration" Version="1.0.0" />
paket add UnityAutoRegistration --version 1.0.0
#r "nuget: UnityAutoRegistration, 1.0.0"
// Install UnityAutoRegistration as a Cake Addin #addin nuget:?package=UnityAutoRegistration&version=1.0.0 // Install UnityAutoRegistration as a Cake Tool #tool nuget:?package=UnityAutoRegistration&version=1.0.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Unity (>= 2.1.505)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.