-
Notifications
You must be signed in to change notification settings - Fork 0
Diagnostics
Piotr Szulc edited this page Dec 9, 2021
·
2 revisions
Expression value must be used in abstract class mapper
MappingAttribute
Expression property can be used only in abstract classes. In interface it is ignored.
Expression property is responsible for lookup of conversion method that defined in abstract class.
Conversion function must be public or protected
Conversion function must be public or protected, because generated inherited mapping class uses it.
Property is not mapped
Source property for defined target property not found, thus property does not mapped.
Dependency Injection not used
SourceMapper based on Dependency Injection mechanism, but no used in project.
Unexpected error
Unexpected exception occured during code generation.
@alekshura SourceMapper 2021