1 write to NewProjectAsyncCallback
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
546
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
2 references to NewProjectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
69
return
NewProjectAsyncCallback
!= null
70
? Task.FromResult(
NewProjectAsyncCallback
(templateName, name, outputPath, options, cancellationToken))