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 - v1.8.22

Published by JonathanMagnan over 5 years ago

Download the library here

  • FIXED: Issue with Audit that was not excluding correctly complex type
EntityFramework-Plus - v1.8.21

Published by JonathanMagnan almost 6 years ago

Download the library here

  • ADDED: FromCache extension for type DbSqlQuery and DbRawSqlQuery
EntityFramework-Plus - v1.8.20

Published by JonathanMagnan almost 6 years ago

Download the library here

  • ADDED: Some additional null check in the QueryFilter feature.
EntityFramework-Plus - v1.8.19

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: BatchUpdate number increment failing in Oracle #440
EntityFramework-Plus - v1.8.18

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: Can't write CLR type Z.EntityFramework.Plus.AuditEntryState with handler type Int32Handler #413
EntityFramework-Plus - v1.8.17

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: Can't write CLR type Z.EntityFramework.Plus.AuditEntryState with handler type Int32Handler #413
EntityFramework-Plus - v1.8.16

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: Change AsNoFilter extension method to take IQueryable parameter #435
EntityFramework-Plus - v1.8.15

Published by JonathanMagnan almost 6 years ago

Download the library here

  • RENAMED: RedisObjectCacheBeta to RedisObjectCache
EntityFramework-Plus - v1.8.14

Published by JonathanMagnan almost 6 years ago

Download the library here

  • ADDED: Audit - Coordinated Universal Time support #432
EntityFramework-Plus - v1.8.13

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: Issue with MySQL when schema was in SchemaName and TableName property
EntityFramework-Plus - v1.8.12

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: QueryFutureValue.ValueAsync: Missing CancellationToken parameter #428
EntityFramework-Plus - v1.8.11

Published by JonathanMagnan almost 6 years ago

Download the library here

  • FIXED: FutureQueries are incompatible with Effort.EF6 #260
  • ADDED: Beta support for Query Cache with Redis for EF6
QueryCacheManager.Cache = QueryCacheManager.Cache = new RedisObjectCacheBeta(redisDatabase,
    objToSerialize => Newtonsoft.Json.JsonConvert.SerializeObject(objToSerialize),
    (entityType, serializedString) => Newtonsoft.Json.JsonConvert.DeserializeObject(serializedString, entityType));

Thank @vitorortuondo and @ericdagenais for your contribution

EntityFramework-Plus - v1.8.10

Published by JonathanMagnan about 6 years ago

Download the library here

  • MERGED: Added Hana support to BatchDelete and BatchUpdate. #408
  • MERGED: Npgsql+IncludeOptimized: fixes "System.NotSupportedException: CLR type System.Object isn't supported #407

Thank @vitorortuondo and @ericdagenais for your contribution

EntityFramework-Plus - v1.8.9

Published by JonathanMagnan about 6 years ago

Download the library here

  • FIXED: Issue with Query Filter in EF6 with Ignored Types
EntityFramework-Plus - v1.8.8

Published by JonathanMagnan about 6 years ago

Download the library here

  • FIXED: When the EnumToStringConverter is set by the entity, after the batch update enumeration value is executed, the stored string is not a string. #396
  • FIXED: I think generated SQL statement can be changed(delete method) #378
EntityFramework-Plus - v1.8.6

Published by JonathanMagnan about 6 years ago

Download the library here

  • FIXED: Exception thrown finding ObjectQuery when running Batch Delete in Unit Test #387
  • FIXED: Batch delete does not work with DelegateDecompiler #386
EntityFramework-Plus - v1.8.5

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: Audit - NullReferenceException when deleting a record and using a property formatter #381
EntityFramework-Plus - v1.8.4

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: Issue with Audit + Relation when DataAnnotations option is enabled
EntityFramework-Plus - v1.8.3

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: Query Filter Global cache initialization problem with EF6 #368
EntityFramework-Plus - v1.8.2

Published by JonathanMagnan over 6 years ago

Download the library here

  • FIXED: Pomelo.MySQL + EFCore 2.1 Crash on UpdateAsync #376
Related Projects