4 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (3)
Dashboard\DashboardLifecycleHookTests.cs (3)
128
DashboardPath
= "test.dll",
164
DashboardPath
= "test.dll",
191
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
105
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)