EFConvention 2.3.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package EFConvention --version 2.3.1.1
NuGet\Install-Package EFConvention -Version 2.3.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EFConvention" Version="2.3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFConvention --version 2.3.1.1
#r "nuget: EFConvention, 2.3.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EFConvention as a Cake Addin
#addin nuget:?package=EFConvention&version=2.3.1.1

// Install EFConvention as a Cake Tool
#tool nuget:?package=EFConvention&version=2.3.1.1

EFConvention is a convention based extension library for Entity Framework to automate several tasks currently cumbersome to do. It allows developers to create an Entity Framework based Context without having to specify each entity by putting it as DbSet<> as property.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.4.0.1 1,665 2/24/2014
2.3.4.1 1,141 2/17/2014
2.3.3.1 1,159 2/16/2014
2.3.2.1 1,160 2/15/2014
2.3.1.1 1,149 2/15/2014
2.3.0.1 1,119 2/14/2014
2.2.0.1 1,167 2/12/2014
2.1.0.1 1,146 2/11/2014
2.1.0 1,221 2/11/2014

* v2.3.1 - Fixed an issue with AutomaticMigrationsEnabled not working properly.
* v2.3.0 - Added a configuration convention and seeding conventions.
* v2.2.0 - Added support for automatic pick up of anything that inherits from IDbInterceptor
* v2.1.0 - renamed to EFConventions. Now supports convention based model creation as well as event listeners rather than having to roll your own savechanges.

* v.2.0.0 - Full redesign of AutoContextFactory. Now builds on Reflection instead of T4, also granting the ability to use ModelBuilder.
* v1.0.3 - Context() now accepts a connectionstring parameter.
* v1.0.2 - Context() now has its own lifecycle.
* v1.0.1 - added IncludedTypes() to Factory
* v1.0 - First Release!