4 writes to NewProjectAsyncCallback
Aspire.Cli.Tests (4)
Commands\InitCommandTests.cs (2)
150
runner.
NewProjectAsyncCallback
= (templateName, projectName, outputPath, invocationOptions, cancellationToken) =>
243
runner.
NewProjectAsyncCallback
= (templateName, projectName, outputPath, invocationOptions, cancellationToken) =>
Commands\NewCommandTests.cs (2)
432
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
485
runner.
NewProjectAsyncCallback
= (templateName, name, outputPath, options, cancellationToken) =>
2 references to NewProjectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestDotNetCliRunner.cs (2)
98
return
NewProjectAsyncCallback
!= null
99
? Task.FromResult(
NewProjectAsyncCallback
(templateName, name, outputPath, options, cancellationToken))