5 references to GetMetadataValue
Aspire.Hosting (5)
Dcp\DcpOptions.cs (5)
220
options.CliPath =
GetMetadataValue
(assemblyMetadata, DcpCliPathMetadataKey);
221
options.ExtensionsPath =
GetMetadataValue
(assemblyMetadata, DcpExtensionsPathMetadataKey);
237
options.DashboardPath =
GetMetadataValue
(assemblyMetadata, DashboardPathMetadataKey);
252
options.TerminalHostPath =
GetMetadataValue
(assemblyMetadata, TerminalHostPathMetadataKey);
267
options.TerminalHostInvocationArgs =
GetMetadataValue
(assemblyMetadata, TerminalHostInvocationArgsMetadataKey);