9 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
29
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (8)
Dashboard\DashboardLifecycleHookTests.cs (8)
131
DashboardPath
= "test.dll",
179
DashboardPath
= "test.dll",
220
DashboardPath
= "test.dll",
312
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
395
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
464
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
531
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
575
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
282
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)