New instance created when mapping via Adapt
existing "child" object with public ctor with parameters
#772
Labels
Adapt
existing "child" object with public ctor with parameters
#772
Mapping test:
Which fails on the assertion.
Removing
public Child(int property1, int property2)
or changing it's visibility toprivate
(or making parameterless oneprivate Child()
public) makes the test passThe text was updated successfully, but these errors were encountered: