<PackageReference Include="Relativity.ObjectManager" Version="11.1.120.1" />

FilesystemUtilities

public void CacheObject<T>(T objectToCache, string cacheFile)

public void CleanDirectory(string dirPath)

public void EnsureDirectory(string dirPath)

public string GenerateHash(string relativePath, List<string> filePaths)

public string GetCodeGenNamespace(string pipelineTag, WireProtocolVersion protocol)

public string GetHostingDir(string targetDir, WireProtocolVersion protocol)

public string GetOutputDir(string targetDir, WireProtocolVersion protocol)

public string GetOutputDLLName(string pipelineTag, WireProtocolVersion protocol)

public string GetSourceCodeDir(string targetDir, WireProtocolVersion protocol)

public T OpenCachedObject<T>(string cacheFile)

public string ReadHash(string hashLocation)

public void WriteHash(string hashLocation, string hashString)