MetaCode.TS3.CLI
3.0.4
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global MetaCode.TS3.CLI --version 3.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local MetaCode.TS3.CLI --version 3.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MetaCode.TS3.CLI&version=3.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package MetaCode.TS3.CLI --version 3.0.4
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 | 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. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
3.1.14 | 323 | 3/2/2023 |
3.1.12 | 339 | 1/29/2023 |
3.1.7 | 303 | 1/28/2023 |
3.1.5 | 332 | 12/21/2022 |
3.1.4 | 357 | 11/28/2022 |
3.1.3 | 386 | 11/20/2022 |
3.1.2 | 362 | 11/19/2022 |
3.0.43 | 410 | 11/3/2022 |
3.0.42 | 400 | 11/2/2022 |
3.0.41 | 392 | 10/23/2022 |
3.0.40 | 678 | 9/18/2022 |
3.0.39 | 619 | 9/10/2022 |
3.0.38 | 462 | 8/29/2022 |
3.0.37 | 445 | 8/29/2022 |
3.0.36 | 458 | 8/29/2022 |
3.0.33 | 482 | 6/30/2022 |
3.0.30 | 437 | 6/4/2022 |
3.0.29 | 494 | 5/14/2022 |
3.0.26 | 479 | 5/6/2022 |
3.0.22 | 483 | 5/1/2022 |
3.0.20 | 481 | 4/29/2022 |
3.0.18 | 458 | 4/29/2022 |
3.0.14 | 471 | 4/29/2022 |
3.0.12 | 474 | 4/27/2022 |
3.0.11 | 512 | 4/13/2022 |
3.0.10 | 481 | 4/12/2022 |
3.0.9 | 524 | 4/11/2022 |
3.0.6 | 496 | 3/24/2022 |
3.0.5 | 465 | 3/22/2022 |
3.0.4 | 472 | 3/21/2022 |
1.2.1-beta | 287 | 3/17/2022 |
1.1.3 | 486 | 3/16/2022 |
1.1.2 | 465 | 3/13/2022 |
1.1.1 | 499 | 3/9/2022 |
1.0.62 | 489 | 2/13/2022 |
1.0.59 | 477 | 2/11/2022 |
1.0.56 | 490 | 2/11/2022 |
1.0.53 | 514 | 1/13/2022 |
1.0.50 | 308 | 12/25/2021 |
1.0.46 | 328 | 12/22/2021 |
1.0.44 | 322 | 12/22/2021 |
1.0.43 | 328 | 12/21/2021 |
1.0.41 | 347 | 12/21/2021 |
1.0.40 | 349 | 11/28/2021 |
1.0.35 | 421 | 11/14/2021 |
1.0.29 | 405 | 11/4/2021 |
1.0.26 | 422 | 10/17/2021 |
1.0.23 | 413 | 10/3/2021 |
1.0.21 | 914 | 8/8/2021 |
1.0.20 | 446 | 8/7/2021 |
1.0.19 | 414 | 8/7/2021 |
1.0.18 | 453 | 8/7/2021 |
1.0.17 | 439 | 8/6/2021 |
1.0.13 | 1,504 | 6/8/2021 |
1.0.11 | 397 | 6/7/2021 |
1.0.10 | 551 | 5/30/2021 |
1.0.6 | 392 | 5/4/2021 |
1.0.4-beta | 311 | 5/3/2021 |
1.0.3-beta | 325 | 5/2/2021 |
0.7.29 | 418 | 4/19/2021 |
0.7.28 | 423 | 4/19/2021 |
0.7.24 | 403 | 4/17/2021 |
0.7.23 | 410 | 4/16/2021 |
0.7.20 | 381 | 4/15/2021 |
0.7.18 | 408 | 4/13/2021 |
0.7.17 | 410 | 4/11/2021 |
0.7.14 | 433 | 4/11/2021 |
0.7.9 | 396 | 3/25/2021 |
0.7.8 | 386 | 3/25/2021 |
0.7.5 | 419 | 3/20/2021 |
0.7.3 | 475 | 1/29/2021 |
0.7.1 | 488 | 1/16/2021 |
0.6.5 | 464 | 1/16/2021 |
0.6.2 | 469 | 1/15/2021 |
0.6.1 | 419 | 1/14/2021 |
0.5.34 | 518 | 1/1/2021 |
0.5.31 | 480 | 12/31/2020 |
0.5.29 | 431 | 12/29/2020 |
0.5.27 | 472 | 12/21/2020 |
0.5.25 | 456 | 12/21/2020 |
0.5.24 | 493 | 12/21/2020 |
0.5.22 | 550 | 12/21/2020 |
0.5.18 | 426 | 12/20/2020 |
0.5.12 | 447 | 12/16/2020 |
0.5.11 | 458 | 12/16/2020 |
0.5.5 | 574 | 12/13/2020 |
0.5.4 | 591 | 12/13/2020 |
0.5.3 | 461 | 12/11/2020 |