AutoCtor 0.6.1
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 AutoCtor --version 0.6.1
NuGet\Install-Package AutoCtor -Version 0.6.1
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.6.1"> <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 AutoCtor --version 0.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoCtor, 0.6.1"
#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 AutoCtor as a Cake Addin #addin nuget:?package=AutoCtor&version=0.6.1 // Install AutoCtor as a Cake Tool #tool nuget:?package=AutoCtor&version=0.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
[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 (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.3 | 2,247 | 9/21/2024 |
2.4.2 | 2,368 | 8/10/2024 |
2.4.1 | 2,883 | 7/25/2024 |
2.4.0 | 4,836 | 5/26/2024 |
2.3.0 | 4,112 | 4/15/2024 |
2.3.0-alpha.1 | 68 | 4/9/2024 |
2.2.0 | 7,514 | 3/13/2024 |
2.2.0-alpha.2 | 64 | 3/7/2024 |
2.2.0-alpha.1 | 65 | 3/7/2024 |
2.1.1 | 3,377 | 2/6/2024 |
2.1.0 | 3,730 | 12/29/2023 |
2.1.0-rc.1 | 167 | 11/4/2023 |
2.0.1-alpha.1 | 75 | 10/4/2023 |
2.0.0 | 4,819 | 9/12/2023 |
2.0.0-alpha.4 | 1,541 | 9/4/2023 |
2.0.0-alpha.3 | 83 | 9/4/2023 |
2.0.0-alpha.1 | 181 | 9/1/2023 |
1.3.0-initialize-1 | 130 | 8/15/2023 |
1.2.0 | 1,420 | 8/4/2023 |
1.1.1 | 3,371 | 5/28/2023 |
1.1.0 | 153 | 5/27/2023 |
1.0.0 | 7,787 | 3/29/2023 |
0.9.0 | 241 | 3/15/2023 |
0.8.0 | 1,274 | 1/18/2023 |
0.7.1 | 355 | 12/26/2022 |
0.7.0 | 299 | 12/26/2022 |
0.6.1 | 1,192 | 11/21/2022 |
0.6.0 | 326 | 11/19/2022 |
0.5.0 | 1,244 | 10/6/2022 |
0.4.0 | 1,819 | 7/22/2022 |
0.3.0 | 477 | 7/12/2022 |
0.2.2 | 440 | 7/12/2022 |
0.2.1 | 455 | 7/11/2022 |
0.2.0 | 427 | 7/11/2022 |
0.1.2 | 428 | 7/9/2022 |
0.1.1 | 437 | 7/9/2022 |
0.1.0 | 500 | 7/9/2022 |