20 references to RunId
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
277
if (string.Equals(run.RunId,
RunId
, StringComparison.Ordinal))
Aspire.Dashboard.Tests (19)
Model\DashboardDataSourceTests.cs (19)
88
Assert.Equal("20260720T123456789Z", runStore.
RunId
);
89
Assert.Equal(runStore.
RunId
, Path.GetFileName(runStore.RunDirectory));
102
Assert.Equal($"Dashboard run '{firstRunStore.
RunId
}' is already in use by another dashboard process.", exception.Message);
211
$"Dashboard run discovery completed in directory '{Directory.GetParent(runStore.RunDirectory)!.FullName}'. Run count: 1. Run IDs: {runStore.
RunId
}.",
513
historicalRunId = historicalRunStore.
RunId
;
526
Assert.Equal(currentRunStore.
RunId
, currentRun.RunId);
571
historicalRunId = historicalRunStore.
RunId
;
587
Assert.Equal(currentRunStore.
RunId
, currentRun.RunId);
593
Assert.NotEqual(activeRunStore.
RunId
, historicalRun.RunId);
681
runId = runStore.
RunId
;
752
historicalRunId = historicalRunStore.
RunId
;
801
historicalRunId = historicalRunStore.
RunId
;
851
historicalRunId = historicalRunStore.
RunId
;
918
malformedRunId = malformedRunStore.
RunId
;
1063
historicalRunId = historicalRunStore.
RunId
;
1106
Assert.Equal($"Switched dashboard run from '{currentRunStore.
RunId
}' to '{historicalRunId}'.", switchLog.Message);
1179
Assert.Equal(currentRunStore.
RunId
, dataSource.SelectedRun.RunId);
1194
historicalRunId = historicalRunStore.
RunId
;
1211
Assert.Equal(currentRunStore.
RunId
, dataSource.SelectedRun.RunId);