6 references to HostName
Aspire.Hosting.Azure.Tests (6)
AzurePostgresExtensionsTests.cs (6)
199Assert.NotNull(postgres.Resource.HostName); 200Assert.Equal("localhost:12455", await postgres.Resource.HostName.GetValueAsync(CancellationToken.None)); 324Assert.NotNull(postgres.Resource.HostName); 327var hostValue = await postgres.Resource.HostName.GetValueAsync(CancellationToken.None); 352Assert.NotNull(postgres.Resource.HostName); 353Assert.Equal("{postgres-data.outputs.hostName}", postgres.Resource.HostName.ValueExpression);