DNX.Helpers.Console is a .NET package that contains the bits that help developing Console applications.
From NuGet package explorer:
Install-Package DNX.Helpers.Console
Helpers are divided into the following namespaces:
Namespace | Descripion |
---|---|
main | General purpose classes for working with the console |
Exceptions | Exceptions to assist with responding to known and controlled errors |
Contributions welcome. All code must be comprehensively covered by unit tests using NUnit 3
By Martin Smith, 2001 onwards
Project | Location |
---|---|
DNX.Helpers | General purpose .NET standard library helpers |
DNX.Helpers.Console | For working with console applications |
DNX.Helpers.CommandLine | For working with Command Line parsing |
DNX.Helpers.Log4Net | For working with Log4Net |