2 references to GetDataRoot
Aspire.Dashboard (2)
ServiceClient\DashboardRunStore.cs (2)
566internal static string GetRunsDirectory(string? dataRoot) => Path.Combine(GetDataRoot(dataRoot), "runs"); 568internal static string GetResumesDirectory(string? dataRoot) => Path.Combine(GetDataRoot(dataRoot), "resumes");