1 write to ExitCode
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesDeployTests.cs (1)
1964
var fakeHelm = new FakeHelmRunner {
ExitCode
= 1 };
2 references to ExitCode
Aspire.Hosting.Kubernetes.Tests (2)
tests\Shared\FakeHelmRunner.cs (2)
40
/// 0 so version probing succeeds regardless of <see cref="
ExitCode
"/>, which
79
var result = CommandResultFactory?.Invoke(arguments) ?? (
ExitCode
, null);