AdoCacheEngineModelGeneration 2.5.1

dotnet add package AdoCacheEngineModelGeneration --version 2.5.1
NuGet\Install-Package AdoCacheEngineModelGeneration -Version 2.5.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="AdoCacheEngineModelGeneration" Version="2.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdoCacheEngineModelGeneration --version 2.5.1
#r "nuget: AdoCacheEngineModelGeneration, 2.5.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 AdoCacheEngineModelGeneration as a Cake Addin
#addin nuget:?package=AdoCacheEngineModelGeneration&version=2.5.1

// Install AdoCacheEngineModelGeneration as a Cake Tool
#tool nuget:?package=AdoCacheEngineModelGeneration&version=2.5.1

ACE ADO Cache Engine model generation

https://github.com/saklis/ace-model-generation

T4 scripts to generate model classes compatibile with ACE ADO Cache Engine.

Features

  • Generate C# classes based on connected database.
  • Declare tables for which you want classes generated.
  • Table and column names singularization.
  • Configurable culture for names manipulation.
  • Automatically detect columns with keys and auto-increment.
  • Support for read-only types.
  • Partial classes for easy extension.
  • Can be used both as model for ACE ADO Cache Engine and as self-standing tool (as long as you still have ACE library for definitions).
  • Appends API required by ACE ADO Cache Engine as protected to not clutter API of objects.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.5.1 773 7/24/2019
2.5.0 554 7/19/2019
2.4.1 658 4/24/2019
2.4.0 628 4/24/2019

2.5.1
* Changed the source of Default Namespace from Active Project to Project which contains the T4 template.

2.5.0
* Added support for JetBrains.Annotations