4 writes to PromptForFilePathAsyncCallback
Aspire.Cli.Tests (4)
Commands\NewCommandTests.cs (1)
2966
PromptForFilePathAsyncCallback
= (_, _, _) =>
Interaction\ExtensionInteractionServiceTests.cs (3)
361
PromptForFilePathAsyncCallback
= (_, _, _) =>
402
PromptForFilePathAsyncCallback
= (_, _, _) =>
435
PromptForFilePathAsyncCallback
= (_, _, _) => Task.FromResult<string?>("invalid")
2 references to PromptForFilePathAsyncCallback
Aspire.Cli.Tests (2)
TestServices\TestExtensionBackchannel.cs (2)
177
return
PromptForFilePathAsyncCallback
!= null
178
?
PromptForFilePathAsyncCallback
.Invoke(promptText, defaultValue, directory)