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

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

 MapperIgnoreAttribute

public sealed class MapperIgnoreAttribute : Attribute
Obsolete. Ignores a property from the mapping.
using System; using System.Runtime.CompilerServices; namespace Riok.Mapperly.Abstractions { [System.Runtime.CompilerServices.NullableContext(1)] [System.Runtime.CompilerServices.Nullable(0)] [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)] [Obsolete("Renamed to MapperIgnoreTargetAttribute")] public sealed class MapperIgnoreAttribute : Attribute { public string Target { get; } public MapperIgnoreAttribute(string target) { get; } } }