5 references to GetMetadataValue
Aspire.Hosting (5)
Dcp\DcpOptions.cs (5)
222
options.CliPath =
GetMetadataValue
(assemblyMetadata, DcpCliPathMetadataKey);
223
options.ExtensionsPath =
GetMetadataValue
(assemblyMetadata, DcpExtensionsPathMetadataKey);
239
options.DashboardPath =
GetMetadataValue
(assemblyMetadata, DashboardPathMetadataKey);
254
options.TerminalHostPath =
GetMetadataValue
(assemblyMetadata, TerminalHostPathMetadataKey);
269
options.TerminalHostInvocationArgs =
GetMetadataValue
(assemblyMetadata, TerminalHostInvocationArgsMetadataKey);