Skip to content

Diagnostics

Piotr Szulc edited this page Dec 9, 2021 · 2 revisions

SMAP0001

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.

SMAP0002

Conversion function must be public or protected

Conversion function must be public or protected, because generated inherited mapping class uses it.

SMAP0003

Property is not mapped

Source property for defined target property not found, thus property does not mapped.

SMAP0004

Dependency Injection not used

SourceMapper based on Dependency Injection mechanism, but no used in project.

SMAP0099

Unexpected error

Unexpected exception occured during code generation.

NuGet Nuget GitHub GitHub top language

Clone this wiki locally