CodeFactory.Automation.Standard.NDF.Logic
2.23158.1-PreRelease
See the version list below for details.
dotnet add package CodeFactory.Automation.Standard.NDF.Logic --version 2.23158.1-PreRelease
NuGet\Install-Package CodeFactory.Automation.Standard.NDF.Logic -Version 2.23158.1-PreRelease
<PackageReference Include="CodeFactory.Automation.Standard.NDF.Logic" Version="2.23158.1-PreRelease" />
paket add CodeFactory.Automation.Standard.NDF.Logic --version 2.23158.1-PreRelease
#r "nuget: CodeFactory.Automation.Standard.NDF.Logic, 2.23158.1-PreRelease"
// Install CodeFactory.Automation.Standard.NDF.Logic as a Cake Addin #addin nuget:?package=CodeFactory.Automation.Standard.NDF.Logic&version=2.23158.1-PreRelease&prerelease // Install CodeFactory.Automation.Standard.NDF.Logic as a Cake Tool #tool nuget:?package=CodeFactory.Automation.Standard.NDF.Logic&version=2.23158.1-PreRelease&prerelease
Standard automation logic to be used with CodeFactory commands built with Visual Studio - Windows.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- CodeFactory.WinVs.SDK (>= 2.23158.1-PreRelease)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CodeFactory.Automation.Standard.NDF.Logic:
Package | Downloads |
---|---|
CodeFactory.Automation.Data.Sql.EF.Logic
Entity framework SQL automation logic to be used with CodeFactory commands built with Visual Studio - Windows. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.23164.1-PreRelease | 92 | 6/14/2023 |
2.23158.1-PreRelease | 86 | 6/7/2023 |
Notes
Initial Release
Automation Support:
- Add missing interface members with NDF logging and exception management.
- Register transient services with a class that supports dependency injection loader from NDF.
Bounds Check Blocks:
- BoundsCheckBlockNullNDF - Bounds checking for null condition, supports NDF managed exception types.
- BoundsCheckBlockStringNDF - Bounding checking for null or empty string, supports NDF managed exception types.
Catch Blocks:
- CatchBlockDBUpdateExceptionNDF - Catch block that catches BDUpdateException and supports NDF managed exceptions.
- CatchBlockExceptionNDF - Catch block for standard exception that supports NDF managed exceptions.
- CatchBlockManagedExceptionNDF - Catch block that catches ManagedException supports NDF managed exceptions.
- CatchBlockSqlExceptionNDF - Catch block that catches SqlException and supports NDF managed exceptions.
Logger Blocks:
- LoggerBlockNDF - Logger block that implements logging using NDF extension methods for logging.