1 implementation of IExecutionConfigurationGathererContext
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationGathererContext.cs (1)
8
internal class ExecutionConfigurationGathererContext :
IExecutionConfigurationGathererContext
6 references to IExecutionConfigurationGathererContext
Aspire.Hosting (6)
ApplicationModel\ArgumentsExecutionConfigurationGatherer.cs (2)
15
public async ValueTask GatherAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken = default)
49
private static async ValueTask GatherLaunchToolArgumentsAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken)
ApplicationModel\CertificateTrustExecutionConfigurationGatherer.cs (1)
34
public async ValueTask GatherAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken = default)
ApplicationModel\EnvironmentVariablesConfigurationGatherer.cs (1)
14
public async ValueTask GatherAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken = default)
ApplicationModel\HttpsCertificateExecutionConfigurationGatherer.cs (1)
30
public async ValueTask GatherAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken = default)
ApplicationModel\IExecutionConfigurationGatherer.cs (1)
23
ValueTask GatherAsync(
IExecutionConfigurationGathererContext
context, IResource resource, ILogger resourceLogger, DistributedApplicationExecutionContext executionContext, CancellationToken cancellationToken = default);