8 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (7)
Dashboard\DashboardLifecycleHookTests.cs (7)
128DashboardPath = "test.dll", 170DashboardPath = "test.dll", 231var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 319var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 391var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 461var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 504dashboardOptions ??= Options.Create(new DashboardOptions { DashboardPath = "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
279if (dashboardOptions.Value.DashboardPath is not { } dashboardPath)