Releases: feO2x/Light.SharedCore
Releases · feO2x/Light.SharedCore
3.0.0 Simplifies Database Access Abstractions
v2.0.0 Simplification
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 🥳🍻🎈
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
IClockto abstract fromDateTime.UtcNow, useTestClockin your unit tests - use
IAsyncFactoryandIInitializeAsyncas a common mechanism to asynchronously initialize instances