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