9 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
29options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (8)
Dashboard\DashboardLifecycleHookTests.cs (8)
131DashboardPath = "test.dll", 179DashboardPath = "test.dll", 220DashboardPath = "test.dll", 312var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 395var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 464var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 531var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 575dashboardOptions ??= Options.Create(new DashboardOptions { DashboardPath = "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
282if (dashboardOptions.Value.DashboardPath is not { } dashboardPath)