1 write to FileName
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\DotNetCommand.cs (1)
12
FileName
= WellKnownPaths.RepoDotNetExePath;
2 references to FileName
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\TestCommand.cs (2)
28
if (string.IsNullOrEmpty(
FileName
))
33
var processStartInfo = new ProcessStartInfo(
FileName
, Arguments)