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