madcodemonkey/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 that the menu item perform. It also uses Microsoft's dependency injection framework that can be used to inject dependencies into menu items. This project was originally developed to help me test Azure Functions.
C#GPL-3.0