12 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
38options.DashboardPath = dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (11)
Dashboard\DashboardEventHandlersTests.cs (11)
237DashboardPath = "test.dll", 289DashboardPath = "test.dll", 341DashboardPath = "test.dll", 382DashboardPath = "test.dll", 431DashboardPath = "test.dll", 513DashboardPath = "test.dll", 599var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 682var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 751var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardExe }); 818var dashboardOptions = Options.Create(new DashboardOptions { DashboardPath = dashboardDll }); 862dashboardOptions ??= 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)