<PackageReference Include="NJsonSchema" Version="2.58.6038.30299" />

DynamicApis

static class DynamicApis
public static bool SupportsFileApis { get; }

public static bool SupportsWebClientApis { get; }

public static bool SupportsXPathApis { get; }

public static bool FileExists(string filePath)

public static string FileReadAllText(string filePath)

public static string HttpGet(string url)

public static string PathCombine(string path1, string path2)

public static string PathGetDirectoryName(string filePath)

public static object XPathEvaluate(XDocument document, string path)