2 writes to NewProjectAsyncCallback
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (2)
558
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
611
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
2 references to NewProjectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
71
return
NewProjectAsyncCallback
!= null
72
? Task.FromResult(
NewProjectAsyncCallback
(templateName, name, outputPath, options, cancellationToken))