8 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
28
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (7)
Dashboard\DashboardLifecycleHookTests.cs (7)
128
DashboardPath
= "test.dll",
176
DashboardPath
= "test.dll",
237
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
325
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
397
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
467
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
510
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
283
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)