Skip to content

Releases: CodeFactoryLLC/CodeFactoryPackages

Architecture Automations - 1.0.23319.1

16 Nov 03:21
c5ffd78
Compare
Choose a tag to compare

This is the first release of the prebuilt architecture automations. This first edition contains to CodeFactory automation files.

CodeFactory.Architecture.Blazore.Server - Blazor Server Automation*
This automation allows for the full automation of all layers of a solution from data access and services all the way to consuming servers in a blazor server application.

CodeFactory.Architecture.AspNet.Core.Service.Rest - WebAPI Service Automation
This automation allows for the full generation of a web service, logic, and supporting database repositories.

Standard Automation for NDF 2.23158.0.1-PreRelease

07 Jun 18:47
cf7aa75
Compare
Choose a tag to compare

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.

Standard Automation 2.23158.0.1-PreRelease

07 Jun 13:04
019e2b9
Compare
Choose a tag to compare

CodeFactory Standard Automation Release 2.23158.0.1-PreRelease

Commands

Complete CodeFactory automation with the following Command

Add Missing Interface Member

Adds the following missing interface members from a class.

  • Events
  • Properties
  • Methods