3 writes to EmulatorServiceUri
Aspire.Hosting.Azure.Tests (2)
FoundryConnectionPropertiesTests.cs (1)
35aiFoundry.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)
265resource.EmulatorServiceUri = manager.Endpoint;
3 references to EmulatorServiceUri
Aspire.Hosting.Foundry (3)
FoundryResource.cs (3)
47EmulatorServiceUri is not null ? 48ReferenceExpression.Create($"{EmulatorServiceUri.ToString()}") : 57? ReferenceExpression.Create($"Endpoint={EmulatorServiceUri?.ToString()};Key={ApiKey}")