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

System.ComponentModel.SyntaxCheck

public static class SyntaxCheck
namespace System.ComponentModel { public static class SyntaxCheck { public static bool CheckMachineName(string value); public static bool CheckPath(string value); public static bool CheckRootedPath(string value); } }