AutoCtor 0.1.1
See the version list below for details.
dotnet add package AutoCtor --version 0.1.1
NuGet\Install-Package AutoCtor -Version 0.1.1
<PackageReference Include="AutoCtor" Version="0.1.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add AutoCtor --version 0.1.1
#r "nuget: AutoCtor, 0.1.1"
// Install AutoCtor as a Cake Addin #addin nuget:?package=AutoCtor&version=0.1.1 // Install AutoCtor as a Cake Tool #tool nuget:?package=AutoCtor&version=0.1.1
AutoCtor
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
<a id='snippet-yourcode'></a>
[AutoConstruct]
public partial class ExampleClass
{
private readonly ICustomService _customService;
}
<sup><a href='/src/AutoCtor.Example/ExampleClass.cs#L8-L16' title='Snippet source file'>snippet source</a> | <a href='#snippet-yourcode' title='Start of snippet'>anchor</a></sup>
What gets generated
<a id='snippet-generatedcode'></a>
partial class ExampleClass
{
public ExampleClass(ICustomService customService)
{
_customService = customService;
}
}
<sup><a href='/src/AutoCtor.Example/ExampleClass.cs#L18-L28' title='Snippet source file'>snippet source</a> | <a href='#snippet-generatedcode' title='Start of snippet'>anchor</a></sup>
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 (1)
Showing the top 1 popular GitHub repositories that depend on AutoCtor:
Repository | Stars |
---|---|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
Version | Downloads | Last updated |
---|---|---|
2.4.5 | 968 | 11/27/2024 |
2.4.4 | 93 | 11/26/2024 |
2.4.3 | 3,879 | 9/21/2024 |
2.4.2 | 2,437 | 8/10/2024 |
2.4.1 | 3,520 | 7/25/2024 |
2.4.0 | 5,481 | 5/26/2024 |
2.3.0 | 4,590 | 4/15/2024 |
2.3.0-alpha.1 | 71 | 4/9/2024 |
2.2.0 | 8,215 | 3/13/2024 |
2.2.0-alpha.2 | 69 | 3/7/2024 |
2.2.0-alpha.1 | 68 | 3/7/2024 |
2.1.1 | 3,572 | 2/6/2024 |
2.1.0 | 3,743 | 12/29/2023 |
2.1.0-rc.1 | 170 | 11/4/2023 |
2.0.1-alpha.1 | 78 | 10/4/2023 |
2.0.0 | 4,826 | 9/12/2023 |
2.0.0-alpha.4 | 1,544 | 9/4/2023 |
2.0.0-alpha.3 | 86 | 9/4/2023 |
2.0.0-alpha.1 | 184 | 9/1/2023 |
1.3.0-initialize-1 | 133 | 8/15/2023 |
1.2.0 | 1,522 | 8/4/2023 |
1.1.1 | 3,387 | 5/28/2023 |
1.1.0 | 158 | 5/27/2023 |
1.0.0 | 7,792 | 3/29/2023 |
0.9.0 | 246 | 3/15/2023 |
0.8.0 | 1,279 | 1/18/2023 |
0.7.1 | 360 | 12/26/2022 |
0.7.0 | 304 | 12/26/2022 |
0.6.1 | 1,199 | 11/21/2022 |
0.6.0 | 335 | 11/19/2022 |
0.5.0 | 1,251 | 10/6/2022 |
0.4.0 | 1,826 | 7/22/2022 |
0.3.0 | 484 | 7/12/2022 |
0.2.2 | 447 | 7/12/2022 |
0.2.1 | 462 | 7/11/2022 |
0.2.0 | 434 | 7/11/2022 |
0.1.2 | 435 | 7/9/2022 |
0.1.1 | 444 | 7/9/2022 |
0.1.0 | 515 | 7/9/2022 |