6 references to HostName
Aspire.Hosting.Azure.Tests (6)
AzurePostgresExtensionsTests.cs (6)
193Assert.NotNull(postgres.Resource.HostName); 194Assert.Equal("localhost:12455", await postgres.Resource.HostName.GetValueAsync(CancellationToken.None)); 318Assert.NotNull(postgres.Resource.HostName); 321var hostValue = await postgres.Resource.HostName.GetValueAsync(CancellationToken.None); 346Assert.NotNull(postgres.Resource.HostName); 347Assert.Equal("{postgres-data.outputs.hostName}", postgres.Resource.HostName.ValueExpression);