6 references to new
Aspire.Hosting.Foundry (2)
HostedAgent\AzureHostedAgentResource.cs (1)
81public StaticValueProvider<string> Version { get; } = new();
HostedAgent\AzurePromptAgentResource.cs (1)
91public StaticValueProvider<string> Version { get; } = new();
Aspire.Hosting.Foundry.Tests (4)
StaticValueProviderTests.cs (4)
11var provider = new StaticValueProvider<string>(); 21var provider = new StaticValueProvider<string>(); 30var provider = new StaticValueProvider<string>(); 48var provider = new StaticValueProvider<int>();