Skip to content

v3.10.0

Choose a tag to compare

@ioancrisan ioancrisan released this 01 Aug 10:36
· 3899 commits to master since this release
  • Core
    • Made the Context object also support thread safe dictionary operations.
  • Data
    • Added the data conversion service in the IDataConversionContext interface (was public only in the DataConversionContext implementation).
  • Data.Client
    • Fix member == value in BinaryExpressionConverterBase when member type is Nullable<> and value is a constant.
    • Added support in BinaryExpressionConverterBase for the case when the value is not convertible to member type through ChangeType.
  • Data.IO
    • Added import and export services.
  • Logging.Log4Net
    • Added Kephas.Logging.Log4Net.Net45 and made Kephas.Logging.Log4Net target netstandard 1.3.