⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Releases: feO2x/Light.SharedCore

3.0.0 Simplifies Database Access Abstractions

25 Mar 06:51
00d34e6

Choose a tag to compare

Light.SharedCore 3.0.0

  • Overhaul of DatabaseAccessAbstractions: only ISession is left, all other interfaces were removed

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0 Simplification

13 Jun 08:12
bdc4817

Choose a tag to compare

Light.SharedCore 2.0.0

  • removed IAsyncFactory<T> and static service provider properties
  • DatabaseAccessAbstractions is the new namespace containing session interfaces
  • reduced external dependencies
  • read all docs at https://github.com/feO2x/Light.SharedCore

1.0.0 Initial Release 🥳🍻🎈

19 Dec 11:06

Choose a tag to compare

Light.SharedCore 1.0.0

  • initial release 🥳🍻🎈
  • use the data access abstractions to decouple your core and data access logic
  • use the entity base classes to simplify writing entities with proper equality behavior
  • use the special floating-point parsing methods for input where you don't know if '.' or ',' was used as the decimal sign
  • use IClock to abstract from DateTime.UtcNow, use TestClock in your unit tests
  • use IAsyncFactory and IInitializeAsync as a common mechanism to asynchronously initialize instances