Skip to content

Releases: arttonoyan/Mapper

1.3.0

24 Feb 20:22
Compare
Choose a tag to compare

Now you can convert predicates.
Example:

Expression<Func<StudentDto, bool>> predicate = st => st.Id > 10;
var newPredicate = predicate.ConvertPredicate<StudentDto, StudentModel>();

See in UnitTest

1.2.2

27 Jan 18:09
Compare
Choose a tag to compare
v1.2.2

Adding new check types.