9 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
29options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (8)
Dashboard\DashboardLifecycleHookTests.cs (8)
128DashboardPath = "test.dll", 176DashboardPath = "test.dll", 217DashboardPath = "test.dll", 309var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 397var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 469var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 539var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 584dashboardOptions ??= 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)