DeveloperInTheFlow.FactoryGenerator
1.0.0.20
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DeveloperInTheFlow.FactoryGenerator --version 1.0.0.20
NuGet\Install-Package DeveloperInTheFlow.FactoryGenerator -Version 1.0.0.20
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="DeveloperInTheFlow.FactoryGenerator" Version="1.0.0.20"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DeveloperInTheFlow.FactoryGenerator --version 1.0.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DeveloperInTheFlow.FactoryGenerator, 1.0.0.20"
#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 DeveloperInTheFlow.FactoryGenerator as a Cake Addin #addin nuget:?package=DeveloperInTheFlow.FactoryGenerator&version=1.0.0.20 // Install DeveloperInTheFlow.FactoryGenerator as a Cake Tool #tool nuget:?package=DeveloperInTheFlow.FactoryGenerator&version=1.0.0.20
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
There are no supported framework assets in this 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 (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 | 352 | 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,713 | 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 |
- Avoid generating multiple fields with the same name and type.