3 references to ExitCode
Microsoft.Agents.AI.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TestCommandResult.cs (3)
22
{(
ExitCode
!= 0 ? $"""
23
Command failed with non-zero exit code: {
ExitCode
}
40
Assert.True(
ExitCode
== 0 && string.IsNullOrWhiteSpace(StandardError), output);