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