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)
386await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 419await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 449await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 469await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 492await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 533await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);