MetaCode.TS3.Template.Interfaces
3.1.14
.NET 6.0
.NET Standard 2.0
dotnet add package MetaCode.TS3.Template.Interfaces --version 3.1.14
NuGet\Install-Package MetaCode.TS3.Template.Interfaces -Version 3.1.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.Template.Interfaces" Version="3.1.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MetaCode.TS3.Template.Interfaces --version 3.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MetaCode.TS3.Template.Interfaces, 3.1.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.Template.Interfaces as a Cake Addin
#addin nuget:?package=MetaCode.TS3.Template.Interfaces&version=3.1.14
// Install MetaCode.TS3.Template.Interfaces as a Cake Tool
#tool nuget:?package=MetaCode.TS3.Template.Interfaces&version=3.1.14
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Get or create a model
- Choose a generator
- 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 | Versions 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 is compatible. 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-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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- MetaFac.Memory (>= 1.1.4)
-
net6.0
- MetaFac.Memory (>= 1.1.4)
-
net7.0
- MetaFac.Memory (>= 1.1.4)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on MetaCode.TS3.Template.Interfaces:
Package | Downloads |
---|---|
MetaCode.TS3.Template.Freezables
C# template for model generated interfaces |
|
MetaCode.TS3.Template.Records
C# latest/.NET 5.0 template for model generated immutable records. |
|
MetaCode.TS3.Template.MsgPack
C# template for model generated interfaces |
|
MetaCode.TS3.Template.ProtobufNet3
C# template for model generated interfaces |
|
MetaCode.TS3.Template.JsonPoco
C# template for model generated interfaces |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.14 | 1,062 | 3/2/2023 |
3.1.12 | 1,222 | 1/29/2023 |
3.1.7 | 1,222 | 1/28/2023 |
3.1.5 | 1,403 | 12/21/2022 |
3.1.4 | 1,558 | 11/28/2022 |
3.1.3 | 1,584 | 11/20/2022 |
3.1.2 | 1,597 | 11/19/2022 |
3.0.43 | 1,734 | 11/3/2022 |
3.0.42 | 1,687 | 11/2/2022 |
3.0.41 | 1,883 | 10/23/2022 |
3.0.40 | 2,104 | 9/18/2022 |
3.0.39 | 2,233 | 9/10/2022 |
3.0.38 | 2,017 | 8/29/2022 |
3.0.37 | 2,054 | 8/29/2022 |
3.0.36 | 2,085 | 8/29/2022 |
3.0.33 | 2,053 | 6/30/2022 |
3.0.30 | 2,057 | 6/4/2022 |
3.0.29 | 2,078 | 5/14/2022 |
3.0.26 | 2,045 | 5/6/2022 |
3.0.22 | 2,066 | 5/1/2022 |
3.0.20 | 2,137 | 4/29/2022 |
3.0.18 | 2,068 | 4/29/2022 |
3.0.14 | 2,089 | 4/29/2022 |
3.0.12 | 2,132 | 4/27/2022 |
3.0.11 | 2,098 | 4/13/2022 |
3.0.10 | 2,142 | 4/12/2022 |
3.0.9 | 2,168 | 4/11/2022 |
3.0.6 | 2,137 | 3/24/2022 |
3.0.5 | 2,103 | 3/22/2022 |
3.0.4 | 2,134 | 3/21/2022 |
1.2.1-beta | 549 | 3/17/2022 |
1.1.3 | 2,140 | 3/16/2022 |
1.1.2 | 2,149 | 3/13/2022 |
1.1.1 | 2,096 | 3/9/2022 |
1.0.62 | 2,132 | 2/13/2022 |
1.0.59 | 2,130 | 2/11/2022 |
1.0.56 | 2,058 | 2/11/2022 |
1.0.53 | 2,127 | 1/13/2022 |
1.0.50 | 1,239 | 12/25/2021 |
1.0.46 | 1,190 | 12/22/2021 |
1.0.44 | 1,161 | 12/22/2021 |
1.0.43 | 1,185 | 12/21/2021 |
1.0.41 | 1,218 | 12/21/2021 |
1.0.40 | 1,273 | 11/28/2021 |