1 implementation of Arguments
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationGathererContext.cs (1)
11
public List<object>
Arguments
{ get; } = new();
3 references to Arguments
Aspire.Hosting (3)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (1)
18
var callbackContext = new CommandLineArgsCallbackContext(context.
Arguments
, resource, cancellationToken)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
98
Arguments = context.
Arguments
,
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
67
Arguments = context.
Arguments
,