Version 2.5.2
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
- Fix to
- #65: Remove Method on ChangeTrackingCollection: Disable Change Tracking
- Fix to
Remove
andSetTracking
so that change-tracking is only disabled on deletes for 1-M relations.
- Fix to
- #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.