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