EntityFramework.Toolkit 2.0.19166.2

Suggested Alternatives

EFCore.Toolkit

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EntityFramework.Toolkit --version 2.0.19166.2                
NuGet\Install-Package EntityFramework.Toolkit -Version 2.0.19166.2                
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="EntityFramework.Toolkit" Version="2.0.19166.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.Toolkit --version 2.0.19166.2                
#r "nuget: EntityFramework.Toolkit, 2.0.19166.2"                
#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 EntityFramework.Toolkit as a Cake Addin
#addin nuget:?package=EntityFramework.Toolkit&version=2.0.19166.2

// Install EntityFramework.Toolkit as a Cake Tool
#tool nuget:?package=EntityFramework.Toolkit&version=2.0.19166.2                

EntityFramework.Toolkit is a library which provides implementations for EntityFramework best practices, patterns, utilities and extensions.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  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. 
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.0.19308.1-pre 1,131 11/4/2019
2.0.19166.2 13,015 6/15/2019 2.0.19166.2 is deprecated because it is no longer maintained.
2.0.19166.1 686 6/15/2019
2.0.19098.1-pre 560 4/8/2019
2.0.18314.4-pre 668 11/10/2018
2.0.18314.1-pre 647 11/10/2018
2.0.18313.2-pre 675 11/9/2018
1.0.7-pre7 653 11/9/2018
1.0.7-pre6 662 10/17/2018
1.0.7-pre5 653 10/17/2018
1.0.7-pre4 755 8/30/2018
1.0.7-pre3 716 8/29/2018
1.0.7-pre2 836 8/9/2018
1.0.7-pre1 832 7/5/2018
1.0.6 11,953 7/5/2018
1.0.6-pre999 815 7/5/2018
1.0.6-pre99 839 7/5/2018
1.0.6-pre9 836 7/4/2018
1.0.6-pre8 865 7/3/2018
1.0.6-pre6 1,442 12/18/2017
1.0.6-pre5 899 12/18/2017
1.0.6-pre4 835 11/1/2017
1.0.6-pre3 806 10/14/2017
1.0.6-pre1 810 9/25/2017
1.0.5 8,291 8/8/2017
1.0.5-pre5 822 8/6/2017
1.0.5-pre4 795 8/6/2017
1.0.5-pre2 851 8/6/2017
1.0.5-pre1 823 8/6/2017
1.0.4 988 8/6/2017
1.0.4-pre99995 886 5/22/2017
1.0.4-pre99994 885 3/30/2017
1.0.4-pre99993 865 3/29/2017
1.0.4-pre99992 867 3/29/2017
1.0.4-pre99991 864 3/29/2017
1.0.4-pre9999 855 3/29/2017
1.0.4-pre9998 829 3/29/2017
1.0.4-pre9997 846 3/27/2017
1.0.4-pre9996 851 3/27/2017
1.0.4-pre9995 890 3/16/2017
1.0.4-pre9994 836 3/14/2017
1.0.4-pre9992 852 3/14/2017
1.0.4-pre9991 886 3/14/2017
1.0.4-pre999 842 3/9/2017
1.0.4-pre99 872 3/8/2017
1.0.4-pre98 913 1/27/2017
1.0.4-pre97 875 1/26/2017
1.0.4-pre96 857 1/26/2017
1.0.4-pre95 886 1/23/2017
1.0.4-pre9 916 11/24/2016
1.0.4-pre8 890 11/10/2016
1.0.4-pre7 900 10/9/2016
1.0.4-pre6 840 9/28/2016
1.0.4-pre5 885 8/16/2016
1.0.4-pre4 867 8/15/2016
1.0.4-pre3 864 8/15/2016
1.0.4-pre2 875 8/15/2016
1.0.4-pre1 1,033 7/12/2016
1.0.3 4,482 7/11/2016
1.0.2 1,167 6/19/2016
1.0.2-pre3 1,276 6/19/2016
1.0.2-pre2 887 6/19/2016
1.0.2-pre1 1,247 6/17/2016
1.0.1 1,149 5/23/2016
1.0.1-pre9 1,238 6/17/2016
1.0.1-pre8 1,003 6/17/2016
1.0.1-pre7 1,010 6/17/2016
1.0.1-pre5 974 6/17/2016
1.0.1-pre4 914 6/17/2016
1.0.1-pre10 1,247 6/17/2016
1.0.0 1,133 5/22/2016
1.0.0-pre3 915 5/22/2016
1.0.0-pre2 865 5/9/2016
1.0.0-pre1 903 5/9/2016

2.0.0
- Renamed namespaces to EntityFramework.Toolkit.EF6
- Removed obsolete code from version 1.x

1.0.7
- Add IDbConnection.DropDatabase extension method

1.0.6
- Bug fix in AuditDbContextBase: Prevent CreatedDate being updated if only ICreatedDate interface is used
- Minor logging bug fix
- New class ContextTestBase&lt;TContext, TDbConnection&gt; which takes generic argument T : IDbConnection
- Swap IQueryIncluding&lt;T&gt;Get() method with IQueryable&lt;T&gt;Get()

1.0.5
- Minor fixes in release notes, namespaces, etc
- Add AuditDateTimeKind to AuditDbContextBase
     
1.0.4
- Add created/changed date tracking feature using ICreatedDate and IUpdatedDate interfaces
- Add auditing feature to track entity history
- Add extension method 'UpdateProperty' and 'UpdateProperties' to selectively update entity properties
- Add extension method 'Unique' to mark multiple properties as composite unique index
- Add query method Any as extension method
- Add RemoveById as extension method
- Extract IReadOnlyRepository, IWritableRepository and IRepository from IGenericRepository
- Change GenericRepository to non-abstract
- Add SaveAsync methods to IWritableRepository
- Add SaveChangesAsync to IUnitOfWork
- Add DbUpdateExceptionFormatter to format DbUpdateException messages

1.0.3
- Aggregate committed changes in a new type ChangeSet
- Add new methods Update and AddOrUpdate to GenericRepository

1.0.2
- Split the abstractions off into EntityFramework.Toolkit.Core assembly which is not dependent on EntityFramework
- Refactor GenericRepository to support AddRange and RemoveRange
- Adjusted all namespaces to 'EntityFramework.Toolkit'

1.0.1
- Add AutoConfigure extension method to scan for and configure EntityTypeConfigurations.
- Add IConcurrencyResolveStrategy with ClientWins, DatabaseWins and Rethrow (default) strategies
- Add Name property to IDbConnection
- Add QueryableExtensions.Include extension method

1.0.0
- Patterns such as UnitOfWork, Repository
- Helper classes, e.g. DbContextBase, ContextTestBase
- Generic way to seed data using IDataSeed and DataSeedBase
- DbConnection abstraction IDbConnection to inject ConnectionString into EntityFramework context
- EDMX tools to generate *.edmx file from EntityFramework context