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)
4 references to GatherAsync
Aspire.Hosting.Tests (4)
ResourceExecutionConfigurationGathererTests.cs (4)
34await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 57await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 77await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 101await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);