3 writes to EmulatorServiceUri
Aspire.Hosting.Azure.Tests (2)
FoundryConnectionPropertiesTests.cs (1)
40
aiFoundry.Resource.
EmulatorServiceUri
= new Uri("http://localhost:8080");
FoundryDeploymentConnectionPropertiesTests.cs (1)
21
deployment.Resource.Parent.
EmulatorServiceUri
= new Uri("http://localhost:8080");
Aspire.Hosting.Foundry (1)
FoundryExtensions.cs (1)
311
resource.
EmulatorServiceUri
= FoundryLocalService.Endpoint;
3 references to EmulatorServiceUri
Aspire.Hosting.Foundry (3)
FoundryResource.cs (3)
55
EmulatorServiceUri
is not null ?
56
ReferenceExpression.Create($"{
EmulatorServiceUri
.ToString()}") :
65
? ReferenceExpression.Create($"Endpoint={
EmulatorServiceUri
?.ToString()};Key={ApiKey}")