Skip to content
David Yates edited this page Jul 25, 2020 · 4 revisions

ConsoleMenuHelper

Used to create .NET Core console applications with menus. It uses reflection to find the menu items and builds the menus for you so that you can focus on the work the menu item does. It was originally developed to help me test Azure Functions.

Examples

  • Example 1 - Shows how to setup a console application from scratch

Included tools

  • Prompt Helper - Shows a list of methods available on this method

Clone this wiki locally