Dhgms.Nucleotide 3.2.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dhgms.Nucleotide --version 3.2.17
NuGet\Install-Package Dhgms.Nucleotide -Version 3.2.17
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="Dhgms.Nucleotide" Version="3.2.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dhgms.Nucleotide --version 3.2.17
#r "nuget: Dhgms.Nucleotide, 3.2.17"
#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 Dhgms.Nucleotide as a Cake Addin
#addin nuget:?package=Dhgms.Nucleotide&version=3.2.17

// Install Dhgms.Nucleotide as a Cake Tool
#tool nuget:?package=Dhgms.Nucleotide&version=3.2.17

Nucleotide

Build status

Mission Statement

To provide a tool that automatically generates repeditive .NET code to allow better use of developers time.

Current Status

This project is in a beta phase and tied to work being done in https://github.com/dpvreony/whipstaff, development is slow due to COVID workload.

Introduction

Nucleotide is a library to aid in the generation of .NET code for manipulation the following types of objects:

  • Client\Server Services (Interfaces)
  • Commands (Interfaces and Classes)
  • Command Factory (Interfaces and Classes)
  • Entity Framework DbSet (Classes)
  • Entity Framework Models (Classes)
  • Entity Framework Entity Type Configuration (Classes)
  • Entity Framework Parent and Child Foreign Keys Representation (Interfaces)
  • Models (Interfaces and Classes)
  • Queries (Interfaces and Classes)
  • Query Factories (Interfaces and Classes)
  • Request DTO POCO Objects (Classes)
  • Response DTO POCO Objects (Classes)
  • SignalR Hubs (Classes)
  • WCF Service classes (Classes)
  • Web Api Client (Classes)
  • Web Api Controllers (Classes)

This project leverages Roslyn functionality to combine a simple DSL style model with the power of the compiler to give a simple way to generate code.

This version of Nucleotide is built upon CodeGenerators.Roslyn, this has allowed the removal of dependency on -.tt files.

Credits

Getting Started

Pre-requisites

You will need:

  • Visual Studio 2019
  • A project using
    • netcore 3.1 upward
    • C# 8 language compiler settings or later

Before you start

You can use the following project structure

  1. Your code generation model and the generated code are in the same project.
  2. Your code generation model is in Project1, while your generated code is in Project2.

Get the package (Single Project)

You want to install Nucleotide in the project where you want to place your generated model.

Install-Package Dhgms.Nucleotide

Get the package (Dual Project)

In project1.

  1. Install-Package Dhgms.Nucleotide

  2. Add Your Code Generation Models

  3. Inherit the Code Generation Attributes.

In project2.

  1. Reference Project1.

  2. Install-Package Dhgms.Nucleotide

  3. Apply the Assembly Code Generation Attributes.

Get started with a Code Generation Model

TODO.

Apply a Model Generation Attribute

TODO.

Viewing the documentation

The documentation can be found at http://dpvreony.github.io/nucleotide/

Contributing to the code

See the contribution guidelines.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

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
3.2.235 410 2/2/2024
3.2.228 428 12/31/2023
3.2.225 354 12/22/2023
3.2.223 397 12/17/2023
3.2.222 409 12/17/2023
3.2.189 968 8/31/2023
3.2.186 556 8/22/2023
3.2.131 1,225 12/27/2022
3.2.27 1,005 2/11/2022
3.2.20 870 1/18/2022
3.2.18 858 1/11/2022
3.2.17 835 1/10/2022
3.2.13 712 1/6/2022
3.2.2 828 10/31/2021
3.1.3 835 9/11/2021
3.1.1 781 8/24/2021
3.0.10 851 1/31/2021
3.0.9 891 1/30/2021
3.0.8 879 1/30/2021
3.0.7 847 1/27/2021
3.0.6 863 1/27/2021
3.0.5 865 1/25/2021
3.0.4 879 1/25/2021
2.0.0 2,820 4/12/2020
0.1504.8.1 2,285 4/8/2015