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