8 references to Always
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
166ImagePullPolicy.Always => ContainerPullPolicy.Always,
Aspire.Hosting.Containers.Tests (4)
ContainerResourceBuilderTests.cs (2)
210.WithImagePullPolicy(ImagePullPolicy.Always); 214Assert.Equal(ImagePullPolicy.Always, annotation.ImagePullPolicy);
ResourceFailureLoggingTests.cs (2)
50.WithImagePullPolicy(ImagePullPolicy.Always); 74.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Docker (1)
DockerComposeServiceResource.cs (1)
174ImagePullPolicy.Always => "always",
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
365.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Tests (1)
Dcp\DcpExecutorTests.cs (1)
4177builder.AddContainer("ExplicitAlways", "container").WithImagePullPolicy(ImagePullPolicy.Always);