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