5 references to WithEnvironment
Aspire.Hosting.Tests (5)
WithEnvironmentTests.cs (5)
191.WithEnvironment("URL", $"{endpoint}/foo") 192.WithEnvironment("PORT", $"{endpoint.Property(EndpointProperty.Port)}") 193.WithEnvironment("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}") 194.WithEnvironment("HOST", $"{test.Resource};name=1"); 227.WithEnvironment("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}");