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)
688await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 722await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 752await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 772await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 795await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 839await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
ProjectResourceBuilderExtensionTests.cs (3)
159.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 189.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 210.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);