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