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", 164DashboardPath = "test.dll", 225var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 313var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 385var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 455var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 498dashboardOptions ??= Options.Create(new DashboardOptions { DashboardPath = "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
314if (dashboardOptions.Value.DashboardPath is not { } dashboardPath)