7 references to WithImagePullPolicy
Aspire.Hosting.Containers.Tests (2)
ContainerResourceBuilderTests.cs (2)
209.WithImagePullPolicy(ImagePullPolicy.Missing) 210.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Docker.Tests (1)
DockerComposePublisherTests.cs (1)
360.WithImagePullPolicy(ImagePullPolicy.Always);
Aspire.Hosting.Tests (4)
Dcp\DcpExecutorTests.cs (4)
1287builder.AddContainer("ExplicitDefault", "container").WithImagePullPolicy(ImagePullPolicy.Default); 1288builder.AddContainer("ExplicitAlways", "container").WithImagePullPolicy(ImagePullPolicy.Always); 1289builder.AddContainer("ExplicitMissing", "container").WithImagePullPolicy(ImagePullPolicy.Missing); 1290builder.AddContainer("ExplicitNever", "container").WithImagePullPolicy(ImagePullPolicy.Never);