v3.6.0
- 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