Skip to content

Standard Automation for NDF 2.23158.0.1-PreRelease

Pre-release
Pre-release
Compare
Choose a tag to compare
@sgiffinlcd sgiffinlcd released this 07 Jun 18:47
· 35 commits to main since this release
cf7aa75

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.