dotnet-codegencs
1.0.2
See the version list below for details.
dotnet tool install --global dotnet-codegencs --version 1.0.2
dotnet new tool-manifest
dotnet tool install --local dotnet-codegencs --version 1.0.2
#tool dotnet:?package=dotnet-codegencs&version=1.0.2
nuke :add-package dotnet-codegencs --version 1.0.2
CodegenCS
DbSchema Extractor
This is a dotnet tool (command-line tool) that extracts the schema of a MSSQL or PostgreSQL database and saves it in a JSON file. It also contains a simple template to generate POCOs based on the JSON schema.
Sample usage:
codegencs dbschema-extractor /postgresql /cn="Host=localhost; Database=Adventureworks; Username=postgres; Password=MyPassword" /output=AdventureWorks.json
codegencs dbschema-extractor /mssql /cn="Server=MYSERVER; Database=AdventureWorks; User Id=myUsername;Password=MyPassword" /output=AdventureWorks.json
codegencs dbschema-extractor /mssql /cn="Server=(local)\SQLEXPRESS; Database=AdventureWorks; Integrated Security=True" /output=AdventureWorks.json
Simple POCO Generator
This is a template that generates POCO classes from a JSON schema extracted with dbschema-extractor.
Sample usage:
codegencs poco /input=AdventureWorks.json /targetFolder=OutputFolder /namespace=MyProject.POCOs
codegencs poco /input=AdventureWorks.json /targetFolder=. /namespace=MyProject.POCOs /SingleFile=POCOs.generated.cs /CrudExtensions
codegencs poco /input=AdventureWorks.json /targetFolder=. /namespace=MyProject.POCOs /CrudClassMethods
For more templates or for more information check out the main project documentation.
License
MIT License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.5.0 | 1,789 | 6/23/2024 | |
| 3.4.1 | 489 | 5/20/2024 | |
| 3.4.0 | 475 | 4/15/2024 | |
| 3.1.5 | 774 | 5/29/2023 | |
| 3.1.4 | 492 | 4/16/2023 | |
| 3.1.3 | 1,817 | 12/29/2022 | |
| 3.1.2 | 546 | 12/18/2022 | |
| 3.0.0 | 634 | 11/5/2022 | |
| 2.1.1 | 721 | 9/26/2022 | |
| 2.1.0 | 723 | 9/19/2022 | |
| 2.0.0 | 615 | 8/29/2022 | |
| 1.2.0 | 690 | 8/1/2022 | |
| 1.1.2 | 735 | 3/13/2022 | |
| 1.1.1 | 589 | 10/30/2021 | |
| 1.0.5 | 711 | 8/2/2021 | |
| 1.0.4 | 924 | 8/1/2021 | |
| 1.0.3 | 665 | 7/26/2021 | |
| 1.0.2 | 591 | 7/20/2021 | |
| 1.0.1 | 651 | 7/18/2021 |