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)
227await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 255await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 285await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 313await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 335await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 361await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 395await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 425await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 461await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 521await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 584await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);