20 references to RunId
Aspire.Dashboard (1)
ServiceClient\DashboardRunStore.cs (1)
277if (string.Equals(run.RunId, RunId, StringComparison.Ordinal))
Aspire.Dashboard.Tests (19)
Model\DashboardDataSourceTests.cs (19)
88Assert.Equal("20260720T123456789Z", runStore.RunId); 89Assert.Equal(runStore.RunId, Path.GetFileName(runStore.RunDirectory)); 102Assert.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}.", 513historicalRunId = historicalRunStore.RunId; 526Assert.Equal(currentRunStore.RunId, currentRun.RunId); 571historicalRunId = historicalRunStore.RunId; 587Assert.Equal(currentRunStore.RunId, currentRun.RunId); 593Assert.NotEqual(activeRunStore.RunId, historicalRun.RunId); 681runId = runStore.RunId; 752historicalRunId = historicalRunStore.RunId; 801historicalRunId = historicalRunStore.RunId; 851historicalRunId = historicalRunStore.RunId; 918malformedRunId = malformedRunStore.RunId; 1063historicalRunId = historicalRunStore.RunId; 1106Assert.Equal($"Switched dashboard run from '{currentRunStore.RunId}' to '{historicalRunId}'.", switchLog.Message); 1179Assert.Equal(currentRunStore.RunId, dataSource.SelectedRun.RunId); 1194historicalRunId = historicalRunStore.RunId; 1211Assert.Equal(currentRunStore.RunId, dataSource.SelectedRun.RunId);