<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Runtime.InteropServices.BestFitMappingAttribute

public sealed class BestFitMappingAttribute : Attribute
namespace System.Runtime.InteropServices { public sealed class BestFitMappingAttribute : Attribute { public bool ThrowOnUnmappableChar; public bool BestFitMapping { get; } public BestFitMappingAttribute(bool BestFitMapping); } }