Skip to content

Releases: zzzprojects/EntityFramework-Extensions

v2.1.11 (EF Core)

16 Apr 03:13

Choose a tag to compare

Download the library here

  • FIXED: Issue with Npgsql -Version 4.0.0-preview1 && preview2 (#92)

Trial unlocked for the current month (April)

v2.1.8 (EF Core)

11 Apr 19:36

Choose a tag to compare

Download the library here

  • FIXED: Issue with Npgsql -Version 4.0.0-preview1 (#92)
  • FIXED: BulkMerge does not use ColumnPrimaryKeyExpression #97
  • ADDED: ContactFactory by Instance
context.BulkInsert(list, options => options.ContextFactory = ctx => new EntityContext(myoptions));

Trial unlocked for the current month (April)

v3.14.19

11 Apr 03:02

Choose a tag to compare

Download the library here

  • ADDED: Missing UpdateFromQuery and DeleteFromQuery for EF4 and EF5

Trial unlocked for the current month (April)

v3.14.18

07 Apr 14:46

Choose a tag to compare

Download the library here

  • ADDED: UpdatePrimaryKeyAndFormula options when you need to add an additional condition for joining the key.
context.BulkSaveChanges(false, options =>
{
    options.UpdatePrimaryKeyAndFormula = "DestinationTable.UserID = 3";
});

Trial unlocked for the current month (April)

v2.1.6 (EF Core)

08 Apr 19:12

Choose a tag to compare

Download the library here

  • FIXED: Issue with Shadow Property with EF Core Preview version

Trial unlocked for the current month (April)

v2.1.5 (EF Core)

07 Apr 14:47

Choose a tag to compare

Download the library here

  • ADDED: PreBulk[Action] (PreBulkSaveChanges, PreBulkInsert, etc.)
  • FIXED: Issue with Shadow Property

Trial unlocked for the current month (April)

v2.1.4 (EF Core)

03 Apr 18:16

Choose a tag to compare

Download the library here

  • FIXED: Compatibility issue with EF Core v2.1.0-preview1-final

Trial unlocked for the current month (April)

v2.1.3 (EF Core)

03 Apr 12:36
df80ffc

Choose a tag to compare

Download the library here

  • FIXED: Issue with license compatibility with the Bulk Operations library.

Trial unlocked for the current month (April)

v3.14.16

29 Mar 17:52

Choose a tag to compare

Download the library here

  • FIXED: Issue with nullable concurrency column

Trial unlocked for the current month (March)

v3.14.14

27 Mar 14:45

Choose a tag to compare

Download the library here

  • FIXED: Reading model with complex type with no type specified (Issue #90)

Trial unlocked for the current month (March)