BioLib (Bio.cs)
A helper library used in most of my C# projects.
The main purpose of this library is speeding up the development of command line applications by providing functions for common tasks, as well as ensuring consistency in terms of UX.
Installation
Install the package Bioruebe.BioLib with NuGet.
Library functions
- Command line interface helpers: prompts, progress display, functions for common tasks
- File I/O:
- Automatic overwrite prompts
- Path validation
- Working with binary data and streams: pattern search, copy, split, dump to file
- Logging: pretty console outputs for many file types