TrackableEntities / TrackableEntities.Express.Home

TrackableEntities.Express is a re-write of the Trackable Entities project that includes both C# and JavaScript client and server libraries with support for EF7 (Entity Framework for .NET Core) and possibly some NoSQL persistence frameworks.
MIT License
1 stars 1 forks source link

Anything going on under the hoods? #12

Closed weitzhandler closed 7 years ago

weitzhandler commented 7 years ago

I'm not using EF Core yet, because it's missing 2 core features I can't pass: Complex Types, and TPT. But I'm just curious this repo is 2 years old, is anything going on with it?

tonysneed commented 7 years ago

I did create a proof of concept for EF Core 1.x, where I found an issue with TrackGraph.

I would like to do a version of TE that targets EF Core 2.0. That has a fix to the TrackGraph method that provides a reference to the entity as the graph is traversed.

weitzhandler commented 7 years ago

Was that issue addressed by the EF team? Anyway I believe it'll take a while until I'll start adopting EF Core, but it's always good to keep track.

tonysneed commented 7 years ago

Yes it was addressed and will be in 2.0 (it may be there already in Preview 2).