2 writes to ResultCompletionState
Aspire.Hosting.Azure.Kubernetes.Tests (2)
tests\Shared\TestPipelineActivityReporter.cs (2)
128ResultCompletionState = null; 137ResultCompletionState = options?.CompletionState;
1 reference to ResultCompletionState
Aspire.Hosting.Azure.Kubernetes.Tests (1)
AzureKubernetesInfrastructureTests.cs (1)
1094Assert.Equal(CompletionState.CompletedWithError, reporter.ResultCompletionState);