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