7 references to WithEnvironment
Aspire.Hosting.Azure.Tests (1)
AzurePublisherTests.cs (1)
76.WithEnvironment("BLOB_CONTAINER_URL", $"{blobs}/container");
Aspire.Hosting.Tests (6)
WithEnvironmentTests.cs (6)
236.WithEnvironment("URL", $"{endpoint}/foo") 237.WithEnvironment("PORT", $"{endpoint.Property(EndpointProperty.Port)}") 238.WithEnvironment("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}") 239.WithEnvironment("HOST", $"{test.Resource};name=1"); 285.WithEnvironment("URL", $"{endpoint.Property(EndpointProperty.Host)}:{endpoint.Property(EndpointProperty.Port)}"); 311.WithEnvironment("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}");