Implemented interface member:
method
GatherAsync
Aspire.Hosting.ApplicationModel.IResourceExecutionConfigurationGatherer.GatherAsync(Aspire.Hosting.ApplicationModel.IResourceExecutionConfigurationGathererContext, Aspire.Hosting.ApplicationModel.IResource, Microsoft.Extensions.Logging.ILogger, Aspire.Hosting.DistributedApplicationExecutionContext, System.Threading.CancellationToken)
6 references to GatherAsync
Aspire.Hosting.Tests (6)
ResourceExecutionConfigurationGathererTests.cs (6)
224await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 252await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 282await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 310await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 332await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 358await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);