4 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (3)
Dashboard\DashboardLifecycleHookTests.cs (3)
128DashboardPath = "test.dll", 164DashboardPath = "test.dll", 191dashboardOptions ??= Options.Create(new DashboardOptions { DashboardPath = "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
105if (dashboardOptions.Value.DashboardPath is not { } dashboardPath)