Releases: Synnotech-AG/Synnotech.Core
Releases · Synnotech-AG/Synnotech.Core
Id is null 🎃
Synntech.Core 0.3.0
- breaking change:
StringEntity<T>.Id's default value is now null. UseIsDefaultValueNullto control this behavior. - read all docs at: https://github.com/Synnotech-AG/Synnotech.Cores
0.2.0 Entities 👓
Synntech.Core 0.2.0
- added base classes for entities
0.1.0 Hello World 🌍
Synntech.Core 0.1.0
- initial release
- use
DoubleParser,FloatParserandDecimalParserto parse text and automatically determine the meaning of points and commas as decimal sign and thousand-delimiter sign - use
IInitializeAsyncand `IAsyncFactory to initialize objects asynchronously - use
ContainerSettingsviaContainerSettingsContextin your AddXXX methods that register types with the DI container