CodeFactory.ADK
1.23131.1
dotnet add package CodeFactory.ADK --version 1.23131.1
NuGet\Install-Package CodeFactory.ADK -Version 1.23131.1
<PackageReference Include="CodeFactory.ADK" Version="1.23131.1" />
paket add CodeFactory.ADK --version 1.23131.1
#r "nuget: CodeFactory.ADK, 1.23131.1"
// Install CodeFactory.ADK as a Cake Addin #addin nuget:?package=CodeFactory.ADK&version=1.23131.1 // Install CodeFactory.ADK as a Cake Tool #tool nuget:?package=CodeFactory.ADK&version=1.23131.1
Automation development kit that builds on top of CodeFactory to simplify common automation tasks.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- CodeFactorySDK (>= 1.23053.1)
- Microsoft.Extensions.Logging.Abstractions (>= 7.0.0)
- System.Text.Json (>= 7.0.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on CodeFactory.ADK:
Package | Downloads |
---|---|
CodeFactory.ADK.Services.Rest.Json
Automation development kit that has prebuilt automation for generating web api Rest services. |
|
CodeFactory.ADK.EntityFramework
Automation development kit that has prebuilt automation for generating EntityFramework repositories. |
|
CodeFactory.ADK.Services.Azure.Functions.Json
Automation development kit that has prebuilt automation for generating web api Rest services with Azure functions. |
|
CodeFactory.ADK.Testing.MSTest
Automation development kit that generates MS test definitions for integration tests from a interface definition. |
GitHub repositories
This package is not used by any popular GitHub repositories.
ADK 1.23131.1
- Added automation for dependency injection.