AutoCtor 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoCtor --version 0.4.0
                    
NuGet\Install-Package AutoCtor -Version 0.4.0
                    
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="AutoCtor" Version="0.4.0">
  <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.
<PackageVersion Include="AutoCtor" Version="0.4.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoCtor">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoCtor --version 0.4.0
                    
#r "nuget: AutoCtor, 0.4.0"
                    
#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.
#:package AutoCtor@0.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AutoCtor&version=0.4.0
                    
Install as a Cake Addin
#tool nuget:?package=AutoCtor&version=0.4.0
                    
Install as a Cake Tool

AutoCtor

Build Status NuGet Status

AutoCtor is a Roslyn Source Generator that will automatically create a constructor for your class for use with constructor Dependency Injection.

NuGet packages

https://nuget.org/packages/AutoCtor/

Usage

Your code

[AutoConstruct]
public partial class ExampleClass
{
    private readonly ICustomService _customService;
}

What gets generated

partial class ExampleClass
{
    public ExampleClass(ICustomService customService)
    {
        _customService = customService;
    }
}
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on AutoCtor:

Repository Stars
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
moonheart/mementomori-helper
メメントモリ MementoMori 游戏助手 Game Assistant ゲームアシスタント
Version Downloads Last Updated
2.10.0 1,105 11/15/2025
2.8.2 1,405 10/14/2025
2.8.1 7,379 5/26/2025
2.8.0 3,644 4/22/2025
2.7.1 1,660 4/3/2025
2.7.0 652 3/29/2025
2.6.0 1,284 3/24/2025
2.5.2 2,660 3/2/2025
2.5.0 4,213 2/4/2025
2.4.5 6,045 11/27/2024
2.4.4 350 11/26/2024
2.4.3 22,173 9/21/2024
2.4.2 2,786 8/10/2024
2.4.1 8,319 7/25/2024
2.4.0 7,435 5/26/2024
2.3.0 4,965 4/15/2024
2.3.0-alpha.1 100 4/9/2024
2.2.0 11,842 3/13/2024
2.2.0-alpha.2 96 3/7/2024
2.2.0-alpha.1 99 3/7/2024
2.1.1 4,261 2/6/2024
2.1.0 4,112 12/29/2023
2.1.0-rc.1 196 11/4/2023
2.0.1-alpha.1 108 10/4/2023
2.0.0 4,962 9/12/2023
2.0.0-alpha.4 1,589 9/4/2023
2.0.0-alpha.3 131 9/4/2023
2.0.0-alpha.1 231 9/1/2023
1.3.0-initialize-1 200 8/15/2023
1.2.0 2,189 8/4/2023
1.1.1 3,978 5/28/2023
1.1.0 261 5/27/2023
1.0.0 7,887 3/29/2023
0.9.0 339 3/15/2023
0.8.0 1,373 1/18/2023
0.7.1 447 12/26/2022
0.7.0 399 12/26/2022
0.6.1 1,300 11/21/2022
0.6.0 429 11/19/2022
0.5.0 1,363 10/6/2022
0.4.0 1,923 7/22/2022
0.3.0 591 7/12/2022
0.2.2 556 7/12/2022
0.2.1 562 7/11/2022
0.2.0 543 7/11/2022
0.1.2 555 7/9/2022
0.1.1 539 7/9/2022
0.1.0 708 7/9/2022