8 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (7)
Dashboard\DashboardLifecycleHookTests.cs (7)
128
DashboardPath
= "test.dll",
170
DashboardPath
= "test.dll",
231
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
319
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
391
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
461
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
504
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)