2 writes to NewProjectAsyncCallback
Aspire.Cli.Tests (2)
Commands\NewCommandTests.cs (2)
425
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
478
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))