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)
127await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 150await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 170await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 194await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);