8 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
28options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (7)
Dashboard\DashboardLifecycleHookTests.cs (7)
128DashboardPath = "test.dll", 176DashboardPath = "test.dll", 237var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 325var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 397var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 467var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 510dashboardOptions ??= Options.Create(new DashboardOptions { DashboardPath = "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
283if (dashboardOptions.Value.DashboardPath is not { } dashboardPath)