ParameterizedAutoFactory.Unity5
0.0.11
A UnityContainer extension inspired by Autofac's parameterized instantiation.
Generates implementations of Func<TParam0, TParam1, ..., TDependency> while resolving types with such a dependency.
This package is compatible with Unity >= v5.11.1
Install-Package ParameterizedAutoFactory.Unity5 -Version 0.0.11
dotnet add package ParameterizedAutoFactory.Unity5 --version 0.0.11
<PackageReference Include="ParameterizedAutoFactory.Unity5" Version="0.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParameterizedAutoFactory.Unity5 --version 0.0.11
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ParameterizedAutoFactory.Unity5, 0.0.11"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
`ConstructorProcessor` changed between Unity 5.9.0 and Unity 5.11.1
Make sure we're compatible with Unity >= 5.11.1
Dependencies
-
- Unity (>= 5.11.1)
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.