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