TinyTypeCreator 1.0.0
dotnet add package TinyTypeCreator --version 1.0.0
NuGet\Install-Package TinyTypeCreator -Version 1.0.0
<PackageReference Include="TinyTypeCreator" Version="1.0.0" />
paket add TinyTypeCreator --version 1.0.0
#r "nuget: TinyTypeCreator, 1.0.0"
// Install TinyTypeCreator as a Cake Addin #addin nuget:?package=TinyTypeCreator&version=1.0.0 // Install TinyTypeCreator as a Cake Tool #tool nuget:?package=TinyTypeCreator&version=1.0.0
A lightweight library capable of creating so called "Tiny Types" with minimal configuration. For more information, read https://github.com/Vannevelj/TinyTypeCreator/blob/master/README.md
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- log4net (>= 2.0.3)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 92 | 4/5/2014 |
* Reference types will be auto-initialized if there is a parameterless constructor available (including collections like List<T>).
* Automatic .ToString(), .Equals(object o) and .GetHashCode() implementations.
* Collections their .ToString() returns the collection's contents.
* Logging available.
* Configuration options for the following parameters:
- Output directory
- Output language
- Automatically initializing fields
- Default field name
* Ability to specify types and settings through an XML file.