ef-enum-to-lookup
1.6.0
See the version list below for details.
dotnet add package ef-enum-to-lookup --version 1.6.0
NuGet\Install-Package ef-enum-to-lookup -Version 1.6.0
<PackageReference Include="ef-enum-to-lookup" Version="1.6.0" />
paket add ef-enum-to-lookup --version 1.6.0
#r "nuget: ef-enum-to-lookup, 1.6.0"
// Install ef-enum-to-lookup as a Cake Addin #addin nuget:?package=ef-enum-to-lookup&version=1.6.0 // Install ef-enum-to-lookup as a Cake Tool #tool nuget:?package=ef-enum-to-lookup&version=1.6.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
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 |
* Handle byte based enums https://github.com/timabell/ef-enum-to-lookup/issues/20