1 write to ExitCode
Aspire.Hosting.Kubernetes.Tests (1)
KubernetesDeployTests.cs (1)
1915var fakeHelm = new FakeHelmRunner { ExitCode = 1 };
2 references to ExitCode
Aspire.Hosting.Kubernetes.Tests (2)
FakeHelmRunner.cs (2)
33/// 0 so version probing succeeds regardless of <see cref="ExitCode"/>, which 71return Task.FromResult(ExitCode);