ef-enum-to-lookup
1.9.0
Entity Framework 6.1 Enum Lookup-Table Generator
Creates lookup tables and foreign key constraints based on the enums used in your model.
This makes up for a feature that's missing in Entity Framework 6.1.
See the project site on github at https://github.com/timabell/ef-enum-to-lookup for usage and more information.
Please report any issues you encounter here: https://github.com/timabell/ef-enum-to-lookup/issues
Install-Package ef-enum-to-lookup -Version 1.9.0
dotnet add package ef-enum-to-lookup --version 1.9.0
<PackageReference Include="ef-enum-to-lookup" Version="1.9.0" />
paket add ef-enum-to-lookup --version 1.9.0
#r "nuget: ef-enum-to-lookup, 1.9.0"
Release Notes
v1.9.0
* transaction now optional https://github.com/timabell/ef-enum-to-lookup/issues/32
- new property "UseTransaction" to toggle, defaults to true as per old behaviour.
* code/test cleanup that shouldn't affect anything visible
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 163,837 | 8/18/2015 |
1.8.0 | 10,707 | 6/12/2015 |
1.7.1 | 5,553 | 4/1/2015 |
1.7.0 | 599 | 4/1/2015 |
1.6.0 | 922 | 3/23/2015 |
1.5.0 | 1,136 | 3/2/2015 |
1.5.0-beta | 541 | 2/21/2015 |
1.4.0 | 825 | 2/15/2015 |
1.3.0 | 923 | 12/16/2014 |
1.2.2 | 963 | 11/24/2014 |
1.2.1 | 689 | 10/11/2014 |
1.2.0 | 633 | 10/9/2014 |
1.1.1 | 643 | 9/29/2014 |
1.1.0 | 623 | 9/29/2014 |
1.0.0 | 638 | 9/28/2014 |