EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

MIT License

Stars
2.2K

Bot releases are visible (Hide)

EntityFramework-Plus - v5.1.25

Published by JonathanMagnan over 3 years ago

Download the library here

  • ADDED: Support to EF Core 5 Preview 2
  • FIXED: Cannot find assembly when using newer extension #673 (The version of EFE is now forced in the dependencies)
EntityFramework-Plus - v5.1.24

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.23

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Support to EF Core 6 preview
EntityFramework-Plus - v5.1.19

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.17

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: UpdateBatch doesn't update all records when condition specified #670
EntityFramework-Plus - v5.1.16

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Issue with IncludeOptimizedAsync in EF Core 3.x (.NET Standard 2.0 only). The class now inherit from IAsyncEnumerable as it was for .NET Standard 2.1
EntityFramework-Plus - v5.1.15

Published by JonathanMagnan over 3 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666
EntityFramework-Plus - v5.1.13

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666
EntityFramework-Plus - v5.1.12

Published by JonathanMagnan almost 4 years ago

Download the library here

  • FIXED: EFcore 5.0.1+FromSqlRaw + Future() extension causes System.ArgumentException (similar to #585) #666
  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.11

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Microsoft.Data.SqlClient.SqlException: 'Conversion failed when converting the nvarchar value 'Value1' to data type int.' #664
EntityFramework-Plus - v5.1.10

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • ADDED: Single[Action] methods are now free (will only work with one entity, but you can call the method multiple time)
EntityFramework-Plus - v5.1.8

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.6

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: Deferred/QueryFutureValue fails in EF Core 5 with RetryExecutionStrategy #651
  • ADDED: Support to DeleteByKey for EF Core 3 and EF Core 5
EntityFramework-Plus - v5.1.5

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
  • FIXED: WhereDynamic with sub relation One - One #654
EntityFramework-Plus - v5.1.4

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.2

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v5.1.0

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies

Important

As many of you reported, our package's major version for EF6 did not match the version in the release note. We were waiting for the EF Core 5 release to make this match.

So starting from now, the package for EF5, and EF6 will always be identical to our latest package for EF Core 5.

Package for EF Core 3 and EF Core 2 keep their own major version.

EntityFramework-Plus - v3.0.69

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.68

Published by JonathanMagnan almost 4 years ago

Download the library here

  • UPDATED: Package Dependencies
EntityFramework-Plus - v3.0.67

Published by JonathanMagnan about 4 years ago

Download the library here

  • UPDATED: Package Dependencies
Related Projects