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)
128
DashboardPath
= "test.dll",
176
DashboardPath
= "test.dll",
217
DashboardPath
= "test.dll",
309
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
397
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
469
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
539
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
584
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)