2 writes to DashboardPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
155
options.
DashboardPath
= dcpPublisherConfiguration[nameof(options.DashboardPath)];
159
options.
DashboardPath
= GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);
4 references to DashboardPath
Aspire.Hosting (4)
Dashboard\DashboardOptions.cs (1)
26
options.DashboardPath = dcpOptions.Value.
DashboardPath
;
Dcp\DcpOptions.cs (3)
110
if (string.IsNullOrEmpty(options.
DashboardPath
))
152
if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.
DashboardPath
)]))
155
options.DashboardPath = dcpPublisherConfiguration[nameof(options.
DashboardPath
)];