UnityAutoRegistration 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UnityAutoRegistration --version 1.5.0
NuGet\Install-Package UnityAutoRegistration -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UnityAutoRegistration" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnityAutoRegistration --version 1.5.0
#r "nuget: UnityAutoRegistration, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UnityAutoRegistration as a Cake Addin
#addin nuget:?package=UnityAutoRegistration&version=1.5.0

// Install UnityAutoRegistration as a Cake Tool
#tool nuget:?package=UnityAutoRegistration&version=1.5.0

Unity Auto Registration extends the Unity IoC container and provides a fluent syntax to configure rules for automatic type registration. Using few lines of code you can scan specified assemblies and register all types that satisfy your rules.

Rules for determining whether to include/exclude types/assemblies are predicates (Predicate<T>) so you can use lambda syntax or direct method name to specify them. There are a few methods in an If helper class (like Implements, DecoratedWith) to cover some common scenarios of type registration.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 16,374 3/5/2022
2.1.0 114,676 8/31/2018
2.0.0 1,895 8/27/2018
1.5.0 2,599 10/5/2017
1.0.0.2 159,036 8/28/2013
1.0.0.1 63,150 8/2/2011
1.0.0 2,983 8/2/2011

- Support for Unity 4
- Bugfix when registering open generics