4 references to GetMetadataValue
Aspire.Hosting (4)
Dcp\DcpOptions.cs (4)
147options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey); 148options.ExtensionsPath = GetMetadataValue(assemblyMetadata, DcpExtensionsPathMetadataKey); 149options.BinPath = GetMetadataValue(assemblyMetadata, DcpBinPathMetadataKey); 159options.DashboardPath = GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);