2 writes to Configure
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
41Configure = configure;
HostedAgent\HostedAgentBuilderExtension.cs (1)
462existingHostedAgent.Resource.Configure = configureHostedAgent;
12 references to Configure
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (2)
121if (Configure is not null) 123Configure(def);
Aspire.Hosting.Foundry.Tests (10)
HostedAgentExtensionTests.cs (10)
280hostedAgent.Configure!(configuration); 304hostedAgent.Configure!(configuration); 324hostedAgent.Configure!(configuration); 346hostedAgent.Configure!(configuration); 461hostedAgent.Configure!(configuration); 497hostedAgent.Configure!(configuration); 526hostedAgent.Configure!(configuration); 550hostedAgent.Configure!(configuration); 615Assert.NotNull(hostedAgent.Configure); 617hostedAgent.Configure(configuration);