3 references to StandardError
Microsoft.Agents.AI.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TestCommandResult.cs (3)
32
{(!string.IsNullOrWhiteSpace(
StandardError
) ?
35
{
StandardError
}
40
Assert.True(ExitCode == 0 && string.IsNullOrWhiteSpace(
StandardError
), output);