2 instantiations of DotNetNewCommand
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
58
var installResult = await new
DotNetNewCommand
("install", _configuration.TemplatePackageName)
81
var newProjectResult = await new
DotNetNewCommand
(dotNetNewCommandArgs)
2 references to DotNetNewCommand
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\DotNetNewCommand.cs (2)
19
public
DotNetNewCommand
WithCustomHive(string path)
34
throw new InvalidOperationException($"A {nameof(
DotNetNewCommand
)} should specify a custom hive with '{nameof(WithCustomHive)}()'.");