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)
9 references to GatherAsync
Aspire.Hosting.Tests (9)
ExecutionConfigurationGathererTests.cs (6)
138.GatherAsync(context, consumer, NullLogger.Instance, builder.ExecutionContext); 167await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 190await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 210await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 234await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 257await gatherer.GatherAsync(context, consumer, NullLogger.Instance, builder.ExecutionContext);
ProjectResourceBuilderExtensionTests.cs (3)
187.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 340.GatherAsync(context, project.Resource, NullLogger.Instance, builder.ExecutionContext); 497.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);