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