1 write to GetOrPromptForProjectAsyncCallback
Aspire.Cli.Tests (1)
Commands\NewCommandTests.cs (1)
963
GetOrPromptForProjectAsyncCallback
= (explicitLanguageId, saveSelection, cancellationToken) =>
2 references to GetOrPromptForProjectAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestLanguageService.cs (2)
51
if (
GetOrPromptForProjectAsyncCallback
is not null)
53
return
GetOrPromptForProjectAsyncCallback
(explicitLanguageId, saveSelection, cancellationToken);