4 references to GetMetadataValue
Aspire.Hosting (4)
Dcp\DcpOptions.cs (4)
152options.CliPath = GetMetadataValue(assemblyMetadata, DcpCliPathMetadataKey); 153options.ExtensionsPath = GetMetadataValue(assemblyMetadata, DcpExtensionsPathMetadataKey); 154options.BinPath = GetMetadataValue(assemblyMetadata, DcpBinPathMetadataKey); 164options.DashboardPath = GetMetadataValue(assemblyMetadata, DashboardPathMetadataKey);