Implemented interface member:
method
GatherAsync
Aspire.Hosting.ApplicationModel.IExecutionConfigurationGatherer.GatherAsync(Aspire.Hosting.ApplicationModel.IExecutionConfigurationGathererContext, Aspire.Hosting.ApplicationModel.IResource, Microsoft.Extensions.Logging.ILogger, Aspire.Hosting.DistributedApplicationExecutionContext, System.Threading.CancellationToken)
11 references to GatherAsync
Aspire.Hosting.Tests (11)
ExecutionConfigurationGathererTests.cs (11)
296await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 324await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 354await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 382await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 404await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 430await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 464await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 494await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 530await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 590await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 653await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);