<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview7.19362.9" />
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);
}
}