Skip to content

Releases: azabluda/InfoCarrier.Core

3.1.0

31 Dec 18:13
Compare
Choose a tag to compare

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

02 Aug 13:20
Compare
Choose a tag to compare

Based on Microsoft.EntityFrameworkCore-2.2.6 RTM.

This is probably the last 2.x release with a few minor improvements

See you in 3.x!

2.2.1

16 Jan 16:06
Compare
Choose a tag to compare

Based on Microsoft.EntityFrameworkCore-2.2.1 RTM

2.2.0

13 Jan 12:20
Compare
Choose a tag to compare

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.

2.1.1

01 Aug 15:58
Compare
Choose a tag to compare

Based on Microsoft.EntityFrameworkCore-2.1.1 RTM

2.1.0

30 May 09:56
Compare
Choose a tag to compare

Based on Microsoft.EntityFrameworkCore-2.1.0 RTM

2.0.4

01 Nov 15:58
Compare
Choose a tag to compare

Rudimentary propagation of DbException.InnerException from server to client.

2.0.3

16 Oct 09:11
Compare
Choose a tag to compare

The NuGet package now ships with IntelliSense documentation.
Asynchronous operations respect cancellation tokens more consistently.

2.0.2

04 Oct 14:29
Compare
Choose a tag to compare

Oops! It turned out that the WCF sample provided in README.MD didn't quite work. Now it does!

Also the logic responsible for propagation of DbUpdateException's across tiers has moved to InfoCarrier.Core and doesn't have to be repeated in every application.

2.0.1

25 Sep 14:29
Compare
Choose a tag to compare

Maintenance release adding support for EF.Functions (e.g. Like()). Also model level query filters support is improved.