20 references to RunId
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
293if (string.Equals(run.RunId, RunId, StringComparison.Ordinal))
Aspire.Dashboard.Tests (19)
Model\DashboardDataSourceTests.cs (19)
117Assert.Equal("20260720T123456789Z", runStore.RunId); 118Assert.Equal(runStore.RunId, Path.GetFileName(runStore.CurrentWorkingDirectory)); 131Assert.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}.", 542historicalRunId = historicalRunStore.RunId; 555Assert.Equal(currentRunStore.RunId, currentRun.RunId); 627historicalRunId = historicalRunStore.RunId; 643Assert.Equal(currentRunStore.RunId, currentRun.RunId); 649Assert.NotEqual(activeRunStore.RunId, historicalRun.RunId); 737runId = runStore.RunId; 808historicalRunId = historicalRunStore.RunId; 857historicalRunId = historicalRunStore.RunId; 907historicalRunId = historicalRunStore.RunId; 974malformedRunId = malformedRunStore.RunId; 1119historicalRunId = historicalRunStore.RunId; 1162Assert.Equal($"Switched dashboard run from '{currentRunStore.RunId}' to '{historicalRunId}'.", switchLog.Message); 1235Assert.Equal(currentRunStore.RunId, dataSource.SelectedRun.RunId); 1250historicalRunId = historicalRunStore.RunId; 1267Assert.Equal(currentRunStore.RunId, dataSource.SelectedRun.RunId);