8 writes to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
26
options.
DashboardPath
= dcpOptions.Value.DashboardPath;
Aspire.Hosting.Tests (7)
Dashboard\DashboardLifecycleHookTests.cs (7)
128
DashboardPath
= "test.dll",
164
DashboardPath
= "test.dll",
225
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
313
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
385
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardExe });
455
var dashboardOptions = Options.Create(new DashboardOptions {
DashboardPath
= dashboardDll });
498
dashboardOptions ??= Options.Create(new DashboardOptions {
DashboardPath
= "test.dll" });
1 reference to DashboardPath
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
314
if (dashboardOptions.Value.
DashboardPath
is not { } dashboardPath)