T4.Lookup
1.0.2
dotnet add package T4.Lookup --version 1.0.2
NuGet\Install-Package T4.Lookup -Version 1.0.2
<PackageReference Include="T4.Lookup" Version="1.0.2" />
paket add T4.Lookup --version 1.0.2
#r "nuget: T4.Lookup, 1.0.2"
// Install T4.Lookup as a Cake Addin #addin nuget:?package=T4.Lookup&version=1.0.2 // Install T4.Lookup as a Cake Tool #tool nuget:?package=T4.Lookup&version=1.0.2
Multiple enumeration generation based on lookup tables
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Change list
-----------
Please keep a copy of setting as it will overwritten. After upgrade those setting can be put back.
1.0.2
-----
Enum values can be any string literal which will automatically get converted to Pascal case.
1.0.1
-----
Multiple enumeration generation based on lookup tables.
Configuration has been changed. Please have a look on current configuration if you are updating.
Details:
TableName[Required] : The name of look up table.
EnumName[Optional] : Desired enumeration name associated with TableName. If not provided, get same name as table name.
EnumColumn :
Key[Required] : The column name of table to generate enumeration names.
EnumDesc[Optional] : The column name of table to generate XML description for each enumeration name.
EnumSequence [Optional]: The column name of table to generate underlying enumeration value.
Changes:
- Supports multiple enumeration through single file.
- Enumeration underlying value.
- Custom enumeration name, XML description