Releases: azabluda/InfoCarrier.Core
Releases · azabluda/InfoCarrier.Core
3.1.0
Finally the 3.x version of InfoCarrier.Core!
- Based on Microsoft.EntityFrameworkCore-3.1.3 RTM
- New sample application WebApiSample.Blazor (WebAssembly)
5.x release is on the short range radar, but 3.x is still an important milestone as it seems to be the last version compatible with full .NET Framework.
2.2.6
Based on Microsoft.EntityFrameworkCore-2.2.6 RTM.
This is probably the last 2.x release with a few minor improvements
- Performance optimization for byte arrays
- Support for hidden properties
See you in 3.x!
2.2.1
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
.
2.1.1
2.1.0
2.0.4
2.0.3
The NuGet package now ships with IntelliSense documentation.
Asynchronous operations respect cancellation tokens more consistently.