Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 593 Bytes

File metadata and controls

8 lines (5 loc) · 593 Bytes

Known limitations

For now this library does not support the following features:

  • Change tracking: The library does not track changes to the entities being inserted. This means that you cannot use the DbContext.ChangeTracker to track changes to the entities after they have been inserted.
  • Inheritance: The library does not support inserting entities with inheritance (TPT, TPH, TPC). You can only insert entities of a single type.

Please vote for the features you would like to see in the GitHub issues.