<PackageReference Include="Microsoft.CSharp" Version="4.7.0-preview3.19551.4" />
Microsoft.CSharp.RuntimeBinder.Errors.ErrorFacts
namespace Microsoft.
CSharp.
RuntimeBinder.
Errors
{
internal static class ErrorFacts
{
public static string GetMessage(
ErrorCode code);
public static string GetMessage(
MessageID id);
}
}