7 references to Set
Aspire.Hosting.Foundry (3)
HostedAgent\AzureHostedAgentResource.cs (1)
59Version.Set(version.Version);
PromptAgent\AzurePromptAgentResource.cs (2)
91Version.Set(version.Version); 352Version.Set(version.Version);
Aspire.Hosting.Foundry.Tests (4)
StaticValueProviderTests.cs (4)
12provider.Set("hello"); 31provider.Set("first"); 33Assert.Throws<InvalidOperationException>(() => provider.Set("second")); 49provider.Set(42);