Skip to content
bramerdaniel edited this page Dec 13, 2022 · 18 revisions

Welcome to the ConsoLovers wiki!

As mentioned in the readme, the ConsoLovers.ConsoleToolkit is a set of tools to speed up and simplify the work of creating a console application. Let's take a closer look on it's funtions.

The ConsoLovers.Toolkit.Core package was the result of extracting all possible functions form the ConsoLovers.Toolkit V4.0, to make them available for .Net Standard 2.0 applications. This basically means that all functions that required PInvoke stuff stayed in the ConsoLovers.Toolkit package, and all the other stuff was moved to the he ConsoLovers.Toolkit.Core package.

Here is an overview what functions/classes are in the two packages.


For parsing command line arguments and impementing your application logic there are some helpfull classes.


  • ConsoleMenu The ConsoleMenu is a fully functional menu/tree with keyboard and mouse navigation

Clone this wiki locally