1 write to LastComposeDownContext
Aspire.Hosting.TestUtilities (1)
Publishing\FakeContainerRuntime.cs (1)
121
LastComposeDownContext
= context;
3 references to LastComposeDownContext
Aspire.Hosting.Docker.Tests (3)
DockerComposeTests.cs (3)
989
Assert.NotNull(fakeRuntime.
LastComposeDownContext
);
990
Assert.Null(fakeRuntime.
LastComposeDownContext
.ComposeFilePath);
991
Assert.Equal("aspire-env-test", fakeRuntime.
LastComposeDownContext
.ProjectName);