Select Promptplus Control

Use when building or modifying a .NET console application that uses, or could use, ConsolePlus and/or PromptPlus - to decide which library layer fits the need, whether an interactive control can even run in the target execution context, which of PromptPlus's 21 controls is the right fit, and how to implement it using that control's actual fluent API. Triggers on requests like "add a menu/prompt/progress bar/date picker to this console app", "which PromptPlus control should I use for X", "is this safe to run under CI or redirected input", "pick between ConsolePlus and PromptPlus", "how do I validate/mask/page this input", or any interactive console input/output design question in a .NET project. Only applies to console-type projects (an entry point with OutputType Exe, not WinExe) - not web apps, not WinForms/WPF apps, not libraries with no console entry point; on GitHub Copilot there is no companion hook to enforce this, so always check the entry point yourself. Supports PromptPlus 6.0+ only (its 5.x line is

FRACerqueira e5e1fc2 20.7 KB Updated

File contents

FRACerqueira/ConsolePlus-PromptPlus-IA-Plugin/tree/main/copilot/skills/select-promptplus-control commit e5e1fc2e17

Frequently asked questions

npx skillmds@latest add fracerqueira/select-promptplus-control-2