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