<PackageReference Include="Castle.Windsor" Version="5.0.1" />

Castle.MicroKernel.SubSystems.Conversion.ConvertibleAttribute

Declares a type as being convertible by a ITypeConverter and optionally defines the converter to be used
namespace Castle.MicroKernel.SubSystems.Conversion { public class ConvertibleAttribute : Attribute { public Type ConverterType { get; } public ConvertibleAttribute(); public ConvertibleAttribute(Type converterType); } }