1 instantiation of DotNetNewCommand
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
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)}()'.");