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 });
392
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
461
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
528
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
572
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
281
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)