DTOMaker.CSPoco 0.29.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package DTOMaker.CSPoco --version 0.29.7
                    
NuGet\Install-Package DTOMaker.CSPoco -Version 0.29.7
                    
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="DTOMaker.CSPoco" Version="0.29.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DTOMaker.CSPoco" Version="0.29.7" />
                    
Directory.Packages.props
<PackageReference Include="DTOMaker.CSPoco" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DTOMaker.CSPoco --version 0.29.7
                    
#r "nuget: DTOMaker.CSPoco, 0.29.7"
                    
#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.
#:package DTOMaker.CSPoco@0.29.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DTOMaker.CSPoco&version=0.29.7
                    
Install as a Cake Addin
#tool nuget:?package=DTOMaker.CSPoco&version=0.29.7
                    
Install as a Cake Tool

DTOMaker.Core

Build-Deploy

Warning: This is pre-release software under active development. Not for production use. Do not use if you can't tolerate breaking changes occasionally.

This package contains attributes for defining simple data models as interfaces, and also includes types used at compile-time, and by generated code at runtime.

Features implemented:

  • Data types: Boolean, S/Byte, U/Int16/32/64/128, Double, Single, Half, Char, Guid, Decimal
  • IFreezable support
  • Templates as code, template processing
  • [Obsolete] members
  • Fixed length arrays of above types

Features not implemented:

  • Nullable types. T? can be simulated using a pair of fields (Boolean, T) and a default implementation on the interface.
  • Enum data types. An enumeration type can be simulated with a casting property and a default implementation on the interface.
  • Strings (UTF8). String types can be simulated with a byte array field and a length field and a default implementation on the interface.

In progress:

  • Json (NewtonSoft) generator
  • POCO generator

Coming next:

  • Json (System.Text) generator
  • ProtobufNet 3.0 generator
  • other model entities
  • member wire names and tags
  • reservation (hidden members)
  • compact layout method

Coming later:

  • records
  • Google Protobuf .proto generation
  • polymorphic types
  • generic patterns: lists, trees, unions, etc.
  • variable length arrays
  • logical value equality

These models are consumed by the following source generators to emit DTO classes that implement the model interfaces.

DTOMaker.MemBlocks

Generates DTOs whose internal data is a single memory block (Memory<byte>). Property getters and setters decode and encode values directly to the block with explicit byte ordering (little-endian or big-endian). This source generator can be found at: https://github.com/Psiman62/DTOMaker-MemBlocks

DTOMaker.MessagePack

Generates DTOs decorated with MessagePack attributes (https://github.com/MessagePack-CSharp/MessagePack-CSharp). This source generator can be found at: https://github.com/Psiman62/DTOMaker.MessagePack

Benchmarks

Some benchmarking comparing the serialization and deserialization performance of various generated DTOs can be found at: https://github.com/Psiman62/DTOMaker-Samples

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.71.6 123 10/3/2025
0.71.5 280 9/19/2025
0.71.4 295 9/17/2025
0.71.3 301 9/16/2025
0.71.2 239 9/15/2025
0.71.1 238 9/15/2025
0.70.3 174 9/9/2025
0.70.2 173 9/2/2025
0.70.1-dev 212 8/27/2025
0.69.10 141 8/17/2025
0.69.9 96 8/16/2025
0.69.8 169 8/13/2025
0.69.7-dev 171 8/13/2025
0.69.6-dev 159 8/12/2025
0.69.4-dev 143 8/9/2025
0.69.3-dev 93 7/19/2025
0.69.2-dev 86 7/19/2025
0.68.6 93 7/19/2025
0.68.5-dev 86 7/19/2025
0.68.2-dev 157 7/17/2025
0.68.1-dev 156 7/17/2025
0.67.7 161 7/17/2025
0.67.6-dev 168 7/9/2025
0.67.5-dev 158 7/9/2025
0.67.3-dev 166 7/7/2025
0.67.1-dev 308 6/10/2025
0.66.18 271 6/9/2025
0.66.17-dev 235 6/9/2025
0.66.16-dev 137 6/8/2025
0.66.14-dev 105 6/7/2025
0.66.13-dev 163 6/5/2025
0.66.10-dev 170 6/5/2025
0.66.9-dev 160 6/5/2025
0.66.8-dev 165 6/5/2025
0.66.7-dev 159 6/4/2025
0.66.2-dev 92 5/31/2025
0.65.20-generics-g24a665d336 99 5/31/2025
0.65.13-generics-ge74b19332f 189 4/23/2025
0.65.10-generics-g6f262eb134 213 4/17/2025
0.65.1-generics 91 5/31/2025
0.64.27 165 5/27/2025
0.64.26 224 5/16/2025
0.64.24 172 5/8/2025
0.64.22 193 4/23/2025
0.64.20 187 4/10/2025
0.64.18 207 4/10/2025
0.64.17 188 4/10/2025
0.64.16 195 4/9/2025
0.64.10 198 4/7/2025
0.64.9 155 4/4/2025
0.64.8-dev 191 4/1/2025
0.64.7-dev-g53a80ba3be 167 4/1/2025
0.64.5-dev-g449e36f771 501 3/25/2025
0.64.5-dev-g2fcf9bff64 169 4/1/2025
0.64.4-dev 175 4/1/2025
0.64.3-dev 189 3/31/2025
0.64.2-dev 506 3/25/2025
0.64.1-dev 505 3/25/2025
0.63.60-gee4d301e03 496 3/25/2025
0.63.19 129 3/21/2025
0.63.19-g2e909c64aa 123 3/21/2025
0.63.17 151 3/14/2025
0.63.16 163 3/14/2025
0.63.15 177 3/13/2025
0.63.13 188 3/11/2025
0.63.12 183 3/11/2025
0.63.11-dev 179 3/11/2025
0.63.9-dev 170 3/11/2025
0.63.8-dev 182 3/10/2025
0.63.7-dev 191 3/10/2025
0.63.6-dev 179 3/10/2025
0.63.3-dev 195 3/10/2025
0.62.10 250 3/8/2025
0.62.9 236 3/8/2025
0.62.7 245 3/7/2025
0.62.6-dev 224 3/7/2025
0.62.5-dev 232 3/7/2025
0.61.14 250 3/6/2025
0.61.13-dev 231 3/6/2025
0.61.12-dev 230 3/6/2025
0.61.10-dev 223 3/6/2025
0.61.9-dev 229 3/5/2025
0.61.8-dev 237 3/5/2025
0.61.5-dev 228 3/4/2025
0.61.3-dev 224 3/4/2025
0.61.2-dev 163 3/3/2025
0.60.8 145 2/27/2025
0.60.7 126 2/27/2025
0.60.6-dev 118 2/27/2025
0.60.3-dev 126 2/25/2025
0.59.10 140 2/19/2025
0.59.8-dev 126 2/19/2025
0.59.5-dev 124 2/17/2025
0.59.4-dev 118 2/15/2025
0.58.9 141 2/4/2025
0.58.8-dev 126 2/4/2025
0.57.6 137 2/1/2025
0.57.4 127 2/1/2025
0.57.2-dev 119 2/1/2025
0.57.1-dev 113 2/1/2025
0.56.13 134 1/31/2025
0.56.12-dev 120 1/31/2025
0.56.11-dev 116 1/30/2025
0.56.10-dev 120 1/30/2025
0.56.9-dev 124 1/30/2025
0.56.6-dev 108 1/24/2025
0.56.5-dev 117 1/24/2025
0.56.4-dev 109 1/24/2025
0.56.3-dev 139 1/24/2025
0.55.38 155 1/23/2025
0.55.37-dev 135 1/23/2025
0.55.36-dev 118 1/22/2025
0.55.34-dev 110 1/22/2025
0.55.32-dev 104 1/22/2025
0.55.31-dev 120 1/21/2025
0.55.30-dev 122 1/21/2025
0.55.29-dev 131 1/20/2025
0.55.27-dev 114 1/20/2025
0.55.25-dev 111 1/20/2025
0.55.24-dev 120 1/20/2025
0.55.23-dev 114 1/19/2025
0.55.20-dev 102 1/19/2025
0.55.17-dev 106 1/19/2025
0.55.14-dev 115 1/19/2025
0.54.1 141 1/3/2025
0.53.4 157 1/1/2025
0.53.3 149 12/31/2024
0.53.2-dev 106 12/31/2024
0.52.1 136 12/31/2024
0.51.1 134 12/31/2024
0.50.2 125 12/31/2024
0.50.1-dev 116 12/31/2024
0.49.3 138 12/29/2024
0.49.2-dev 115 12/29/2024
0.49.1-dev 116 12/29/2024
0.48.5 134 12/29/2024
0.48.4-dev 109 12/29/2024
0.48.3-dev 109 12/28/2024
0.48.2-dev 117 12/28/2024
0.48.1-dev 110 12/28/2024
0.47.2 125 12/28/2024
0.47.1 135 12/27/2024
0.46.9 136 12/27/2024
0.46.8 129 12/27/2024
0.46.7 127 12/27/2024
0.46.6 122 12/23/2024
0.46.5 122 12/23/2024
0.46.4 123 12/23/2024
0.46.3 128 12/22/2024
0.46.2-dev 110 12/22/2024
0.46.1-dev 108 12/22/2024
0.45.3 132 12/22/2024
0.45.2-dev 125 12/21/2024
0.45.1-dev 123 12/20/2024
0.44.4 123 12/19/2024
0.44.3 127 12/19/2024
0.44.2 124 12/19/2024
0.44.1 117 12/19/2024
0.43.3 127 12/19/2024
0.43.2-dev 117 12/19/2024
0.43.1-dev 112 12/19/2024
0.42.2 130 12/18/2024
0.42.1-dev 114 12/18/2024
0.41.2 139 12/18/2024
0.41.1-dev 113 12/18/2024
0.40.4 138 12/16/2024
0.40.3-dev 107 12/16/2024
0.39.2 130 12/3/2024
0.39.1-dev 110 12/3/2024
0.38.2-dev 109 11/25/2024
0.38.1-dev 117 11/25/2024
0.37.2 127 11/24/2024
0.37.1 137 11/23/2024
0.36.6 135 11/23/2024
0.36.5 130 11/22/2024
0.36.4 130 11/22/2024
0.34.1 128 11/17/2024
0.33.1 129 11/17/2024
0.32.2 130 11/16/2024
0.32.1 136 11/16/2024
0.31.1 126 11/16/2024
0.30.2 134 11/16/2024
0.30.1 128 11/16/2024
0.29.14 139 11/14/2024
0.29.12 134 11/13/2024
0.29.11 130 11/13/2024
0.29.9 129 11/13/2024
0.29.8 141 11/13/2024
0.29.7 139 11/12/2024
0.29.6 141 11/12/2024
0.29.5 138 11/12/2024
0.29.4 139 11/12/2024
0.29.4-dev 115 11/12/2024
0.29.3-dev 118 11/12/2024