ParameterizedAutoFactory.Unity4
0.0.10
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 v4.0.1
Install-Package ParameterizedAutoFactory.Unity4 -Version 0.0.10
dotnet add package ParameterizedAutoFactory.Unity4 --version 0.0.10
<PackageReference Include="ParameterizedAutoFactory.Unity4" Version="0.0.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ParameterizedAutoFactory.Unity4 --version 0.0.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ParameterizedAutoFactory.Unity4, 0.0.10"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Code base split away from the v5.x compatible extension and does not rely on conditional compilation any more
Dependencies
-
- Unity (>= 4.0.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.