Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.44 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.44 KB

DNX.Helpers.Console

DNX Solutions Logo DNX.Helpers.Console is a .NET package that contains the bits that help developing Console applications.

Installation

From NuGet package explorer:

Install-Package DNX.Helpers.Console

Contents

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

Reference

Full Namespace reference

To Do

To Do

Contributing

Contributions welcome. All code must be comprehensively covered by unit tests using NUnit 3

Credits

By Martin Smith, 2001 onwards

Licence

Licence

Related Projects

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