ef-enum-to-lookup
1.0.0
See the version list below for details.
dotnet add package ef-enum-to-lookup --version 1.0.0
NuGet\Install-Package ef-enum-to-lookup -Version 1.0.0
<PackageReference Include="ef-enum-to-lookup" Version="1.0.0" />
paket add ef-enum-to-lookup --version 1.0.0
#r "nuget: ef-enum-to-lookup, 1.0.0"
// Install ef-enum-to-lookup as a Cake Addin #addin nuget:?package=ef-enum-to-lookup&version=1.0.0 // Install ef-enum-to-lookup as a Cake Tool #tool nuget:?package=ef-enum-to-lookup&version=1.0.0
Entity Framework 6.1 Enum Lookup Table Generator
Makes up for a missing feature in Entity Framework 6.1
Creates lookup tables and foreign key constraints based on the enums used in your model.
Use the properties exposed to control behaviour.
Run EnumToLookup.Apply from your Seed method in either your database initializer or your EF Migrations.
It is safe to run repeatedly, and will ensure enum values are kept in line with your current code.
Source code: https://github.com/timabell/ef-enum-to-lookup
License: MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
Version | Downloads | Last updated |
---|---|---|
1.9.0 | 297,185 | 8/18/2015 |
1.8.0 | 14,986 | 6/12/2015 |
1.7.1 | 7,417 | 4/1/2015 |
1.7.0 | 1,337 | 4/1/2015 |
1.6.0 | 2,394 | 3/23/2015 |
1.5.0 | 1,926 | 3/2/2015 |
1.5.0-beta | 1,416 | 2/21/2015 |
1.4.0 | 1,736 | 2/15/2015 |
1.3.0 | 1,886 | 12/16/2014 |
1.2.2 | 1,885 | 11/24/2014 |
1.2.1 | 1,451 | 10/11/2014 |
1.2.0 | 1,360 | 10/9/2014 |
1.1.1 | 1,354 | 9/29/2014 |
1.1.0 | 1,306 | 9/29/2014 |
1.0.0 | 1,331 | 9/28/2014 |
First release