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