Riok.Mapperly by Mapperly Contributors, Lars Tönz, Manuel Allenspach

<PackageReference Include="Riok.Mapperly" Version="3.5.0-next.3" />

 IgnoreObsoleteMembersStrategy

Defines the strategy to use when mapping members marked with ObsoleteAttribute. Note that MapPropertyAttribute will always map ObsoleteAttribute marked members, even if they are ignored.
Both = -1

Will not map ObsoleteAttribute marked source or target members.

None = 0

Maps ObsoleteAttribute marked members.

Source = 1

Ignores source ObsoleteAttribute marked members.

Target = 2

Ignores target ObsoleteAttribute marked members.