T4Factories 0.1.1.31
dotnet add package T4Factories --version 0.1.1.31
NuGet\Install-Package T4Factories -Version 0.1.1.31
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="T4Factories" Version="0.1.1.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add T4Factories --version 0.1.1.31
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: T4Factories, 0.1.1.31"
#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 T4Factories as a Cake Addin #addin nuget:?package=T4Factories&version=0.1.1.31 // Install T4Factories as a Cake Tool #tool nuget:?package=T4Factories&version=0.1.1.31
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
T4 Factories uses T4toolbox to automatically generate the source code for factory implementations and even contracts (if they don't exist already), based on a concrete class and a base interface.
It allows easier use of the factory pattern for easier unit testing and refactoring.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
0.1.1.31 | 1,972 | 11/6/2013 |
0.1.1.30 | 1,123 | 10/31/2013 |
0.1.1.29 | 1,409 | 10/10/2013 |
0.1.1.28 | 1,177 | 9/18/2013 |
0.1.1.27 | 1,125 | 9/18/2013 |
0.1.1.26 | 1,238 | 9/9/2013 |
0.1.1.24 | 1,349 | 6/26/2013 |
0.1.1.23 | 1,306 | 6/26/2013 |
0.1.1.22 | 1,258 | 6/11/2013 |
0.1.1.21 | 1,192 | 6/11/2013 |
0.1.1.20 | 1,208 | 6/11/2013 |
0.1.1.19 | 1,250 | 6/11/2013 |
0.1.1.18 | 1,239 | 6/10/2013 |
0.1.1.17 | 1,236 | 6/9/2013 |
0.1.1.16 | 1,295 | 6/8/2013 |
0.1.1.15 | 1,265 | 6/8/2013 |
0.1.1.14 | 1,216 | 6/8/2013 |
0.1.0.13 | 1,248 | 6/3/2013 |
0.1.0.12 | 1,230 | 6/3/2013 |
0.1.0.11 | 1,220 | 6/3/2013 |
0.1.0.10 | 1,230 | 5/8/2013 |
0.1.0.9 | 1,174 | 5/8/2013 |
0.1.0.8 | 1,150 | 5/6/2013 |
0.1.0.6 | 1,155 | 5/6/2013 |
0.1.0.5 | 1,185 | 5/6/2013 |
0.1.0.4 | 1,146 | 5/6/2013 |
0.1.0.3 | 1,184 | 5/6/2013 |
0.1.0.2 | 1,173 | 5/5/2013 |
0.1.0.1 | 1,173 | 5/5/2013 |
0.1.0 | 1,199 | 5/5/2013 |
Improved factory interface lookup logic.