1 write to EndpointExpression
Aspire.Hosting.Foundry (1)
Toolbox\FoundryToolboxToolDefinition.cs (1)
121
EndpointExpression
= endpointExpression;
3 references to EndpointExpression
Aspire.Hosting.Foundry (2)
Toolbox\FoundryToolboxResource.cs (1)
516
foreach (var referencedResource in WalkValueReferences(tool.
EndpointExpression
).OfType<IResource>())
Toolbox\FoundryToolboxToolDefinition.cs (1)
146
var endpoint = await
EndpointExpression
.GetValueAsync(cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Foundry.Tests (1)
ToolboxTests.cs (1)
168
Assert.Equal("https://inventory.example.com/mcp", mcp.
EndpointExpression
.ValueExpression);