MetaCode.TS3.Generator.MsgPack 3.0.14

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

// Install MetaCode.TS3.Generator.MsgPack as a Cake Tool
#tool nuget:?package=MetaCode.TS3.Generator.MsgPack&version=3.0.14                

Overview

A dotnet tool (mcts3) for model-first template-based code generation. Features built-in generators for producing source code for a variety of data model uses.

Features

  • Models can be defined in .NET assemblies or JSON.
  • Targetting .NET Standard 2.0 and .NET 6.0
  • In-the-box templates for generating:
    • ordinary mutable classes (POCOs);
    • immutable classes (with builders);
    • immutable classes based on C# records;
    • freezable classes;
    • serializable classes for Protobuf-Net, JSON and MessagePack;
    • shared interfaces for all the above.

Command-line use

TBD

  1. Get or create a model
  2. Choose a generator
  3. Generate!

Built-in Generators

Id Lang. Structure Mutability Serialization
Interfaces C# Flat Read-only
JsonPoco C# Flat Mutable JSON
Freezables C# Flat Freezable
Immutables C# Flat Immutable
Records C# 9 Flat Immutable
MsgPack C# Flat Mutable MessagePack
ProtbufNet3 C# Flat Mutable Protobuf.Net
Contracts C# Poly. Read-only
ClassesV2 C# Poly. Freezable
RecordsV2 C# 9 Poly. Immutable
MsgPackV2 C# Poly. Mutable MessagePack
MsgPackV3 C# Poly. Freezable MessagePack

Notes:

  • Read-only = client cannot invoke change;
  • Immutable = provider will never change data;
  • Freezable = mutable until frozen, then immutable.
  • Poly. = polymorphic i.e. supports inheritance.

Build your own generator

TBD

Under consideration

  • serialization for:
    • interoperable MessagePack
    • MsgPack.CLI
    • XSD
    • Bond
    • DataContract
    • polymorphic JSON
  • other languages;
  • SQL and EF
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MetaCode.TS3.Generator.MsgPack:

Package Downloads
MetaCode.TS3.Generators

Helpers for quickly writing generator CLIs.

MetaCode.TS3.Helpers

Helpers for quickly writing generator CLIs.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.14 808 3/2/2023
3.1.12 909 1/29/2023
3.1.7 835 1/28/2023
3.1.5 924 12/21/2022
3.1.4 930 11/28/2022
3.1.3 949 11/20/2022
3.1.2 947 11/19/2022
3.0.43 1,020 11/3/2022
3.0.42 1,032 11/2/2022
3.0.41 1,151 10/23/2022
3.0.40 1,310 9/18/2022
3.0.39 1,328 9/10/2022
3.0.38 1,108 8/29/2022
3.0.37 1,145 8/29/2022
3.0.36 1,034 8/29/2022
3.0.33 1,249 6/30/2022
3.0.30 1,216 6/4/2022
3.0.29 1,159 5/14/2022
3.0.26 1,126 5/6/2022
3.0.22 1,171 5/1/2022
3.0.20 1,192 4/29/2022
3.0.18 1,150 4/29/2022
3.0.14 1,125 4/29/2022
3.0.12 1,251 4/27/2022
3.0.11 1,146 4/13/2022
3.0.10 1,102 4/12/2022
3.0.9 1,184 4/11/2022
3.0.6 1,179 3/24/2022
3.0.5 1,228 3/22/2022
3.0.4 1,153 3/21/2022
1.2.1-beta 678 3/17/2022
1.1.3 1,175 3/16/2022
1.1.2 1,217 3/13/2022
1.1.1 1,143 3/9/2022
1.0.62 1,216 2/13/2022
1.0.59 1,160 2/11/2022
1.0.56 1,137 2/11/2022
1.0.53 1,194 1/13/2022
1.0.50 961 12/25/2021
1.0.46 858 12/22/2021
1.0.44 814 12/22/2021
1.0.43 893 12/21/2021
1.0.41 880 12/21/2021
1.0.40 893 11/28/2021
1.0.35 992 11/14/2021
1.0.29 946 11/4/2021
1.0.26 1,013 10/17/2021
1.0.23 1,006 10/3/2021
1.0.21 1,596 8/8/2021
1.0.20 1,011 8/7/2021
1.0.19 988 8/7/2021
1.0.18 1,019 8/7/2021
1.0.17 975 8/6/2021
1.0.13 2,115 6/8/2021
1.0.11 921 6/7/2021
1.0.10 1,135 5/30/2021
1.0.6 971 5/4/2021
1.0.4-beta 784 5/3/2021
1.0.3-beta 674 5/2/2021
0.7.29 1,048 4/19/2021
0.7.28 949 4/19/2021
0.7.24 986 4/17/2021
0.7.23 952 4/16/2021
0.7.20 954 4/15/2021
0.7.18 968 4/13/2021
0.7.17 974 4/11/2021
0.7.14 933 4/11/2021
0.7.9 848 3/25/2021
0.7.8 806 3/25/2021
0.7.5 777 3/20/2021
0.7.3 856 1/29/2021
0.7.1 968 1/16/2021
0.6.5 939 1/16/2021
0.6.2 880 1/15/2021
0.6.1 839 1/14/2021
0.5.34 921 1/1/2021
0.5.31 891 12/31/2020
0.5.29 844 12/29/2020
0.5.27 959 12/21/2020
0.5.25 863 12/21/2020
0.5.24 995 12/21/2020
0.5.22 936 12/21/2020
0.5.18 840 12/20/2020
0.5.12 944 12/16/2020
0.5.11 943 12/16/2020