DeveloperInTheFlow.FactoryGenerator
2.0.0.1
See the version list below for details.
dotnet add package DeveloperInTheFlow.FactoryGenerator --version 2.0.0.1
NuGet\Install-Package DeveloperInTheFlow.FactoryGenerator -Version 2.0.0.1
<PackageReference Include="DeveloperInTheFlow.FactoryGenerator" Version="2.0.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add DeveloperInTheFlow.FactoryGenerator --version 2.0.0.1
#r "nuget: DeveloperInTheFlow.FactoryGenerator, 2.0.0.1"
// Install DeveloperInTheFlow.FactoryGenerator as a Cake Addin #addin nuget:?package=DeveloperInTheFlow.FactoryGenerator&version=2.0.0.1 // Install DeveloperInTheFlow.FactoryGenerator as a Cake Tool #tool nuget:?package=DeveloperInTheFlow.FactoryGenerator&version=2.0.0.1
Console application that automatically generates factory implementations for classes marked with [GenerateFactory] attribute, by using Roslyn C# Compiler-as-a-Service. New files named <TargetClass>Factory.Generated.cs are added to the project.
Can be used in a build server environment.
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 (1)
Showing the top 1 popular GitHub repositories that depend on DeveloperInTheFlow.FactoryGenerator:
Repository | Stars |
---|---|
jozefizso/SystemWrapper
.NET library for easier testing of system APIs.
|
Version | Downloads | Last updated |
---|---|---|
3.7.0 | 346 | 6/22/2023 |
3.6.0 | 464 | 3/8/2023 |
3.5.0 | 946 | 8/24/2022 |
3.4.0 | 603 | 6/1/2022 |
3.3.0 | 659 | 2/10/2022 |
2.0.0.3 | 1,332 | 1/16/2017 |
2.0.0.1 | 7,711 | 7/6/2015 |
2.0.0 | 1,152 | 7/6/2015 |
1.1.0.23 | 1,261 | 6/17/2015 |
1.1.0.22 | 1,157 | 6/17/2015 |
1.1.0.21 | 1,101 | 6/10/2015 |
1.0.0.20 | 1,516 | 9/29/2014 |
1.0.0.19 | 1,246 | 9/29/2014 |
1.0.0.18 | 1,249 | 9/29/2014 |
1.0.0.17 | 1,228 | 9/2/2014 |
1.0.0.15 | 1,211 | 9/1/2014 |
1.0.0.14 | 1,197 | 9/1/2014 |
1.0.0.13 | 1,248 | 7/14/2014 |
1.0.0.11 | 1,263 | 6/23/2014 |
1.0.0.9 | 1,228 | 6/17/2014 |
1.0.0.8 | 1,478 | 6/17/2014 |
1.0.0.6 | 1,539 | 6/17/2014 |
- Add possibility to specify a C# script for transforming the model before the template rendering.
- Add possibility to specify a template for factory generation.
- Fix incorrect factory method generation for classes containing multiple constructors.