4 references to GetMetadataValue
Aspire.Hosting (4)
Dcp\DcpOptions.cs (4)
170options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey); 171options.ExtensionsPath = GetMetadataValue(assemblyMetadata, DcpExtensionsPathMetadataKey); 172options.BinPath = GetMetadataValue(assemblyMetadata, DcpBinPathMetadataKey); 182options.DashboardPath = GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);