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 hidden (Show)

EntityFramework-Plus - 3.0.8-preview8

Published by JonathanMagnan about 5 years ago

Download the library here

  • ADDED: Support to EF Core v3.x preview 8
  • IMPORTANT: The Query IncludeFilter is currently unavailable due to an issue in EF Core (already fixed on their daily built). This feature will be back when Microsoft will release a version with this fix
EntityFramework-Plus - v2.0.7 (EF Core)

Published by JonathanMagnan about 5 years ago

Download the library here

  • FIXED: When using a class that inherits from ICollection the list won't be filled with an empty list but with NULL #496
EntityFramework-Plus - v1.10.1

Published by JonathanMagnan about 5 years ago

Download the library here

ADDED: Added support to EF6 6.3-Preview7 with .NET Standard 2.1

EntityFramework-Plus - v1.9.7

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: When using a class that inherits from ICollection the list won't be filled with an empty list but with NULL #496
EntityFramework-Plus - v1.9.5

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Exception is being thrown: 'The space 'CSSpace' has no associated collection' #497
EntityFramework-Plus - v1.9.4

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: When using a class that inherits from ICollection the list won't be filled with an empty list but with NULL #496
EntityFramework-Plus - v2.0.3 (EF Core)

Published by JonathanMagnan over 5 years ago

  • FIXED: Issue with SQLite + DeleteFromQuery (#494)
  • ADDED: Lock when using the cache list to solve "FromCache call sometimes results in "Index was outside the bounds of the array." #338"
  • ADDED: IgnorePropertyAdded to ignore all properties (but key) when an entity is in the Added state.
EntityFramework-Plus - v1.9.3

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED: IgnorePropertyAdded to ignore all properties (but key) when an entity is in the Added state.
EntityFramework-Plus - v1.9.2

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED: Lock when using the cache list to solve "FromCache call sometimes results in "Index was outside the bounds of the array." #338"
EntityFramework-Plus - v2.0.0 (EF Core)

Published by JonathanMagnan over 5 years ago

Download the library here

Due to some major changes in EF Core 3.x, our library will not longer support both versions (2.x and 3.x) at the same time to simplify our logic and to allow us to use interface recently added in EF Core 3.x

The EF Plus package for EF Core will now support two different versions:

  • Version 2.x: Strictly support EF Core >= v2.x and < v.3.x
  • Version 3.x: Strictly support EF Core >= v3.x and < v.4.x
EntityFramework-Plus - v1.10.0

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED: Long waiting support of IncludeFilter for EF Core 2.x. Non-async method also work for EF Core 3.x.

Note: EF Core 3.x will be supported soon, we are currently in discussion about how we should release package as some breaking change in EF Core make it impossible to support both versions at the same time.

EntityFramework-Plus - v1.9.1

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED: new option for audit IgnoreEntityAddedDefaultValue. When set to true, all value equal to default type will be added as null.
EntityFramework-Plus - v1.9.0

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Issue with Batch Delete && Batch Update with name sometimes using an alias and other time not (Issue #483, pull #484)
EntityFramework-Plus - v1.8.29

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED: Option BatchUpdateManager.UseMySqlSchema (Issue #480)
  • ADDED: Option BatchDeleteManager.UseMySqlSchema (Issue #480)
  • FIXED: Issue with Null operator (#486)
EntityFramework-Plus - v1.8.28

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Error when trying to batch delete in EF Core 3.0 preview 5 #485
EntityFramework-Plus - v1.8.27

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Error when trying to batch delete in EF Core 3.0 preview 4 #477
EntityFramework-Plus - v1.8.26

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Invalid SQL generated on Delete operation of entity with composite primary key #476
EntityFramework-Plus - v1.8.25

Published by JonathanMagnan over 5 years ago

Download the library here

  • ADDED:: Is there any plan to support Oracle.EntityFrameworkCore? #446
  • ADDED: Could you please support Devart.Data.Oracle.EFCore #460
  • FIXED: Exception when unit testing code where the Future method is used #136
  • FIXED: Using multiple navigation properties is broken since latest version #472
EntityFramework-Plus - v1.8.24

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Future Query with Concat does not work (EF Core) #461
EntityFramework-Plus - v1.8.23

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Batch update with joins: Multi-part identifier could not be bound #463
Related Projects