2 writes to DashboardPath
Aspire.Hosting (2)
Dcp\DcpOptions.cs (2)
136options.DashboardPath = dcpPublisherConfiguration[nameof(options.DashboardPath)]; 140options.DashboardPath = GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);
3 references to DashboardPath
Aspire.Hosting (3)
Dcp\DcpOptions.cs (3)
91if (string.IsNullOrEmpty(options.DashboardPath)) 133if (!string.IsNullOrEmpty(dcpPublisherConfiguration[nameof(options.DashboardPath)])) 136options.DashboardPath = dcpPublisherConfiguration[nameof(options.DashboardPath)];