EzDbCodeGen 1.1.51
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package EzDbCodeGen --version 1.1.51
NuGet\Install-Package EzDbCodeGen -Version 1.1.51
<PackageReference Include="EzDbCodeGen" Version="1.1.51" />
paket add EzDbCodeGen --version 1.1.51
#r "nuget: EzDbCodeGen, 1.1.51"
// Install EzDbCodeGen as a Cake Addin
#addin nuget:?package=EzDbCodeGen&version=1.1.51
// Install EzDbCodeGen as a Cake Tool
#tool nuget:?package=EzDbCodeGen&version=1.1.51
This complete and self contained code generation utility will install in a sub directory EzDbCodeGen of a target project. From this path, you can run a powershell script that will generate code based on the connection string. Each template is a handlebars template that has tags that specify where you would like to output the generated code and if there is a vs project that you wish to update with the file list (old VS project formats only).
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- EzDbSchema (>= 1.0.28)
- Handlebars.Net (>= 1.10.1)
- Json.Comparer.Core (>= 0.6.9)
- Newtonsoft.Json (>= 12.0.2)
- Pluralize.NET (>= 0.1.84)
-
.NETCoreApp 2.1
- EzDbSchema (>= 1.0.28)
- Handlebars.Net (>= 1.10.1)
- Json.Comparer.Core (>= 0.6.9)
- Newtonsoft.Json (>= 12.0.2)
- Pluralize.NET (>= 0.1.84)
-
.NETCoreApp 2.2
- EzDbSchema (>= 1.0.28)
- Handlebars.Net (>= 1.10.1)
- Json.Comparer.Core (>= 0.6.9)
- Newtonsoft.Json (>= 12.0.2)
- Pluralize.NET (>= 0.1.84)
-
.NETFramework 4.6.1
- EzDbSchema (>= 1.0.28)
- Handlebars.Net (>= 1.10.1)
- Json.Comparer.Core (>= 0.6.9)
- Newtonsoft.Json (>= 12.0.2)
- Pluralize.NET (>= 0.1.84)
-
.NETStandard 2.0
- EzDbSchema (>= 1.0.28)
- Handlebars.Net (>= 1.10.1)
- Json.Comparer.Core (>= 0.6.9)
- Newtonsoft.Json (>= 12.0.2)
- Pluralize.NET (>= 0.1.84)
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 |
---|---|---|
1.2.18 | 2,353 | 5/13/2020 |
1.1.87 | 481 | 12/26/2019 |
1.1.82 | 413 | 12/23/2019 |
1.1.77 | 415 | 12/21/2019 |
1.1.51 | 486 | 8/30/2019 |
1.1.46 | 625 | 6/6/2019 |
1.1.34 | 469 | 6/6/2019 |
1.1.24 | 629 | 2/22/2019 |
1.1.22 | 888 | 9/28/2018 |
1.1.20 | 691 | 9/19/2018 |
1.1.10 | 761 | 8/24/2018 |
1.1.9 | 753 | 8/21/2018 |
1.1.5 | 717 | 8/1/2018 |
1.1.3 | 723 | 7/30/2018 |
1.1.2 | 700 | 7/27/2018 |
1.1.0 | 707 | 7/20/2018 |
.netcore2.2 target nuget deploy fix
VS019
Added Sentence Casing
Updated by adding StringFormat helper that lets the template chain string functions such as 'lower,snake,title,trim', etc
Upgraded all Nuget Packages