1 type derived from TestCommand
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\DotNetCommand.cs (1)
8public class DotNetCommand : TestCommand
4 references to TestCommand
Microsoft.Extensions.AI.Templates.Tests (4)
Infrastructure\TestCommand.cs (1)
30throw new InvalidOperationException($"The {nameof(TestCommand)} did not specify an executable file name.");
Infrastructure\TestCommandExtensions.cs (3)
11where TCommand : TestCommand 18where TCommand : TestCommand 25where TCommand : TestCommand