2.2.0
Based on Microsoft.EntityFrameworkCore-2.2.0 RTM.
- Renamed interface
IInfoCarrierBackend
toIInfoCarrierClient
alongside the related methods. - Classes
QueryDataHelper
andSaveChangesHelper
are no longer public. UseIInfoCarrierServer
instead.
Added concept for pluggable value mappers to control serialization/deserialization of custom datatypes to/from DynamicObject
. See example for NetTopologySuite IGeometry
.