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

<PackageReference Include="Riok.Mapperly" Version="3.0.0-next.1" />

 MapperIgnoreTargetAttribute

public sealed class MapperIgnoreTargetAttribute : Attribute
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)] public sealed class MapperIgnoreTargetAttribute : Attribute { public string Target { get; } public MapperIgnoreTargetAttribute(string target) { get; } } }