8 instantiations of StaticValueProvider
Aspire.Hosting.Foundry (3)
HostedAgent\AzureHostedAgentResource.cs (1)
89
public StaticValueProvider<string> Version { get; } =
new
();
PromptAgent\AzurePromptAgentResource.cs (1)
136
public StaticValueProvider<string> Version { get; } =
new
();
Toolbox\FoundryToolboxResource.cs (1)
161
public StaticValueProvider<string> DeployedVersion { get; } =
new
();
Aspire.Hosting.Foundry.Tests (5)
StaticValueProviderTests.cs (5)
11
var provider = new
StaticValueProvider
<string>();
21
var provider = new
StaticValueProvider
<string>();
30
var provider = new
StaticValueProvider
<string>();
39
var provider = new
StaticValueProvider
<string>("preset");
48
var provider = new
StaticValueProvider
<int>();
10 references to StaticValueProvider
Aspire.Hosting.Foundry (5)
HostedAgent\AzureHostedAgentResource.cs (3)
89
public
StaticValueProvider
<string> Version { get; } = new();
531
/// Creates a new instance of the <see cref="
StaticValueProvider
{T}"/> class.
539
/// Creates a new instance of the <see cref="
StaticValueProvider
{T}"/> class.
PromptAgent\AzurePromptAgentResource.cs (1)
136
public
StaticValueProvider
<string> Version { get; } = new();
Toolbox\FoundryToolboxResource.cs (1)
161
public
StaticValueProvider
<string> DeployedVersion { get; } = new();
Aspire.Hosting.Foundry.Tests (5)
StaticValueProviderTests.cs (5)
11
var
provider = new StaticValueProvider<string>();
21
var
provider = new StaticValueProvider<string>();
30
var
provider = new StaticValueProvider<string>();
39
var
provider = new StaticValueProvider<string>("preset");
48
var
provider = new StaticValueProvider<int>();