Skip to content

2.2.0

Compare
Choose a tag to compare
@azabluda azabluda released this 13 Jan 12:20
· 97 commits to develop since this release

Based on Microsoft.EntityFrameworkCore-2.2.0 RTM.

⚠️ Public API change:

  • Renamed interface IInfoCarrierBackend to IInfoCarrierClient alongside the related methods.
  • Classes QueryDataHelper and SaveChangesHelper are no longer public. Use IInfoCarrierServer instead.

Added concept for pluggable value mappers to control serialization/deserialization of custom datatypes to/from DynamicObject. See example for NetTopologySuite IGeometry.