2 writes to ResultCompletionState
Aspire.Hosting.Rust.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
128ResultCompletionState = null; 137ResultCompletionState = options?.CompletionState;
2 references to ResultCompletionState
Aspire.Hosting.Rust.Tests (2)
AddRustAppPublishTests.cs (2)
413Assert.Equal(CompletionState.CompletedWithError, reporter.ResultCompletionState); 468Assert.Equal(CompletionState.CompletedWithError, reporter.ResultCompletionState);