2 writes to DashboardPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
149
options.
DashboardPath
= dcpPublisherConfiguration[nameof(options.DashboardPath)];
153
options.
DashboardPath
= GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);
3 references to DashboardPath
Aspire.Hosting (3)
Dcp\DcpOptions.cs (3)
104
if (string.IsNullOrEmpty(options.
DashboardPath
))
146
if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.
DashboardPath
)]))
149
options.DashboardPath = dcpPublisherConfiguration[nameof(options.
DashboardPath
)];