5 references to Arguments
Microsoft.Extensions.AI.Templates.Tests (5)
Infrastructure\DotNetCommand.cs (1)
16
Arguments
.Add(arg);
Infrastructure\DotNetNewCommand.cs (2)
21
Arguments
.Add("--debug:custom-hive");
22
Arguments
.Add(path);
Infrastructure\TestCommand.cs (2)
33
var processStartInfo = new ProcessStartInfo(FileName,
Arguments
)
86
outputHelper.WriteLine($"Executing '{processStartInfo.FileName} {string.Join(" ",
Arguments
)}' in working directory '{processStartInfo.WorkingDirectory}'");