Skip to content

v3.6.0

Choose a tag to compare

@ioancrisan ioancrisan released this 18 May 18:25
· 4012 commits to master since this release
  • Data.Client
    • Added Not, StartsWith, EndsWith, SubstringOf expression converters.
  • Data
    • Added DataAnnotationBehaviorBase which validates the entities based on their data annotations (Required, MaxLength, so on).
  • Data.IO
    • Made the DataStreamReader and DataStreamWriter work with objects, not IEnumerable, to support single entity/file scenario.
    • Added new unit tests