Skip to content

Version 2.5.2

Compare
Choose a tag to compare
@tonysneed tonysneed released this 15 May 09:13

This release includes fixes for the following issues / pull requests:

  • #51: Setting parent in 0/1-M relation to Added does not cascade to children
    • Fix to ApplyChanges to include check for 0/1-M relations in cascade Adds
    • Check parent EntityState rather than TrackingState, because parent may be a child of an added parent
  • #65: Remove Method on ChangeTrackingCollection: Disable Change Tracking
    • Fix to Remove and SetTracking so that change-tracking is only disabled on deletes for 1-M relations.
  • #64: Correct problems with WCF template for VS 2013
    • Replaced T4 templates and code gen package in service entities with Shared.Net45, and updated csproj and vstemplate files accordingly.
    • Set default namespace in client and service entities projects to match, so that WCF serialization is happy.

NuGet packages for v2.5.2 have been generated and uploaded to NuGet.org.
VSIX installers and samples now include v2.5.2 packages, as well as EF 6.1.3.

To debug packages, follow instructions on the project Debugging page.