FactoryGenerator 1.0.11

dotnet add package FactoryGenerator --version 1.0.11
NuGet\Install-Package FactoryGenerator -Version 1.0.11
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="FactoryGenerator" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FactoryGenerator --version 1.0.11
#r "nuget: FactoryGenerator, 1.0.11"
#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 FactoryGenerator as a Cake Addin
#addin nuget:?package=FactoryGenerator&version=1.0.11

// Install FactoryGenerator as a Cake Tool
#tool nuget:?package=FactoryGenerator&version=1.0.11

FactoryGenerator is an IoC container that uses Roslyn to prepare a container for consumption at compile-time. Inspired by, but having little in common with Autofac beyond syntax choices.

Features

  • Attribute-based Generation: Simply decorate your code with attributes like [Inject],[Singleton],[Self] and more and your IoC container will be woven together.
  • Test-Overridability: Need to swap out one injection for another to test something? Simply [Inject] a replacement inside your test project for a new container.
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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.11 64 4/30/2024
1.0.10 86 4/30/2024
1.0.9 59 4/29/2024
1.0.8 57 4/29/2024
1.0.7 61 4/19/2024
1.0.6 68 4/19/2024
1.0.5 71 4/18/2024
1.0.4 81 4/18/2024
1.0.3 687 4/3/2024
1.0.2 144 3/18/2024
1.0.1 735 3/11/2024
1.0.0 111 3/11/2024
0.1.2 268 3/7/2024
0.1.1 138 3/7/2024