9 references to WithImagePullPolicy
Aspire.Hosting.Containers.Tests (4)
ContainerResourceBuilderTests.cs (2)
209.WithImagePullPolicy(ImagePullPolicy.Missing) 210.WithImagePullPolicy(ImagePullPolicy.Always);
ResourceFailureLoggingTests.cs (2)
50.WithImagePullPolicy(ImagePullPolicy.Always); 74.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
365.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
4176builder.AddContainer("ExplicitDefault", "container").WithImagePullPolicy(ImagePullPolicy.Default); 4177builder.AddContainer("ExplicitAlways", "container").WithImagePullPolicy(ImagePullPolicy.Always); 4178builder.AddContainer("ExplicitMissing", "container").WithImagePullPolicy(ImagePullPolicy.Missing); 4179builder.AddContainer("ExplicitNever", "container").WithImagePullPolicy(ImagePullPolicy.Never);