You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit ff51d7d in Riok.Mapperly.Descriptors.MappingBodyBuilders.NewInstanceObjectMemberMappingBodyBuilder.BuildConstructorMapping the ObsoleteAttribute accidentally got changed to MapperConstructorAttribute (ThenBy ordering). This should be changed back to restore the documented constructor ordering. Ensure this behaviour is covered by unit tests.
The text was updated successfully, but these errors were encountered:
In commit ff51d7d in
Riok.Mapperly.Descriptors.MappingBodyBuilders.NewInstanceObjectMemberMappingBodyBuilder.BuildConstructorMapping
theObsoleteAttribute
accidentally got changed toMapperConstructorAttribute
(ThenBy
ordering). This should be changed back to restore the documented constructor ordering. Ensure this behaviour is covered by unit tests.The text was updated successfully, but these errors were encountered: