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)
15 references to GatherAsync
Aspire.Hosting.Tests (15)
ExecutionConfigurationGathererTests.cs (6)
723await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 757await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 787await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 807await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 830await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 874await gatherer.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);
ProjectResourceBuilderExtensionTests.cs (9)
159.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 189.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 210.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 252.GatherAsync(context, project.Resource, NullLogger.Instance, builder.ExecutionContext); 344.GatherAsync(context, project.Resource, NullLogger.Instance, builder.ExecutionContext); 388.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 423.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 460.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext); 499.GatherAsync(context, resource, NullLogger.Instance, builder.ExecutionContext);