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