Skip to content

Some utilities I often create manually for every project I make, but now in a library.

Notifications You must be signed in to change notification settings

Nerglej/ConsoleUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Utilities for C#

This project contains some simple utilities for reading and writing to the console in C#. Reading from the console is often errorprone because of userinput. So you have to handle most outcomes. Stuff like that is why this project exists. And what if you want a fancy, slowed-down text that prints a single character every 50ms? It's possible here as well. And that it.

Technical

Currently, this project is targeted at dotnet 6. It haven't been tested in anything else.

You can see an example of usage in the UtilExamples project in the solution.

About

Some utilities I often create manually for every project I make, but now in a library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages