1 write to CommandResultFactory
Aspire.Hosting.Azure.Kubernetes.Tests (1)
AzureKubernetesInfrastructureTests.cs (1)
291CommandResultFactory = arguments =>
1 reference to CommandResultFactory
Aspire.Hosting.Azure.Kubernetes.Tests (1)
tests\Shared\FakeHelmRunner.cs (1)
79var result = CommandResultFactory?.Invoke(arguments) ?? (ExitCode, null);