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