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

System.ComponentModel.IDataErrorInfo

public interface IDataErrorInfo
namespace System.ComponentModel { public interface IDataErrorInfo { string Error { get; } string this[string columnName] { get; } } }