20 references to RunId
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
293
if (string.Equals(run.RunId,
RunId
, StringComparison.Ordinal))
Aspire.Dashboard.Tests (19)
Model\DashboardDataSourceTests.cs (19)
117
Assert.Equal("20260720T123456789Z", runStore.
RunId
);
118
Assert.Equal(runStore.
RunId
, Path.GetFileName(runStore.CurrentWorkingDirectory));
131
Assert.Equal($"Dashboard run '{firstRunStore.
RunId
}' is already in use by another dashboard process.", exception.Message);
240
$"Dashboard run discovery completed in directory '{Directory.GetParent(runStore.CurrentWorkingDirectory)!.FullName}'. Run count: 1. Run IDs: {runStore.
RunId
}.",
542
historicalRunId = historicalRunStore.
RunId
;
555
Assert.Equal(currentRunStore.
RunId
, currentRun.RunId);
627
historicalRunId = historicalRunStore.
RunId
;
643
Assert.Equal(currentRunStore.
RunId
, currentRun.RunId);
649
Assert.NotEqual(activeRunStore.
RunId
, historicalRun.RunId);
737
runId = runStore.
RunId
;
808
historicalRunId = historicalRunStore.
RunId
;
857
historicalRunId = historicalRunStore.
RunId
;
907
historicalRunId = historicalRunStore.
RunId
;
974
malformedRunId = malformedRunStore.
RunId
;
1119
historicalRunId = historicalRunStore.
RunId
;
1162
Assert.Equal($"Switched dashboard run from '{currentRunStore.
RunId
}' to '{historicalRunId}'.", switchLog.Message);
1235
Assert.Equal(currentRunStore.
RunId
, dataSource.SelectedRun.RunId);
1250
historicalRunId = historicalRunStore.
RunId
;
1267
Assert.Equal(currentRunStore.
RunId
, dataSource.SelectedRun.RunId);