12 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
38
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (11)
Dashboard\DashboardEventHandlersTests.cs (11)
237
DashboardPath
= "test.dll",
289
DashboardPath
= "test.dll",
341
DashboardPath
= "test.dll",
382
DashboardPath
= "test.dll",
431
DashboardPath
= "test.dll",
513
DashboardPath
= "test.dll",
599
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
682
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
751
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
818
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
862
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
279
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)