Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added verification overloading to AnsiConsole.Prompt #1212

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aijkl
Copy link

@aijkl aijkl commented Apr 4, 2023

There is a case where we would like to add validation to AnsiConsole.Ask, we have added an overload, please consider merging

        var age = AnsiConsole.Ask<int>("How old are you?", i =>
        {
            return i > 200 ? ValidationResult.Error("Too big.") : ValidationResult.Success();
        });

image


Please upvote 馃憤 this pull request if you are interested in it.

@aijkl
Copy link
Author

aijkl commented Apr 4, 2023

@microsoft-github-policy-service agree

@aijkl
Copy link
Author

aijkl commented Apr 4, 2023

@patriksvensson I apologize for the inconvenience, but I would appreciate a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant