UnityAutoRegistration 1.0.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package UnityAutoRegistration --version 1.0.0.1
NuGet\Install-Package UnityAutoRegistration -Version 1.0.0.1
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.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UnityAutoRegistration --version 1.0.0.1
#r "nuget: UnityAutoRegistration, 1.0.0.1"
#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.0.0.1

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

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 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. 
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 14,773 3/5/2022
2.1.0 113,553 8/31/2018
2.0.0 1,859 8/27/2018
1.5.0 2,551 10/5/2017
1.0.0.2 157,738 8/28/2013
1.0.0.1 62,098 8/2/2011
1.0.0 2,944 8/2/2011