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