Skip to content

A drop-in replacement for the default .NET "System.Console" class which includes many useful functionalities.

License

Notifications You must be signed in to change notification settings

Unknown6656-Megacorp/Unknown6656.Console

Repository files navigation

Build status releases nuget package nuget downloads issues repo size downloads forks stars

Unknown6656.Console

This library aims to be a light-weight drop-in replacement for the default .NET "System.Console" class. It brings a large set of functionalities, such as:

  • [TODO]
  • [TODO]
  • [TODO]
  • [TODO]

[TODO]

Installation

Use one of the follwing methods to install and use this library:

  • Package Manager:
    PM> Install-Package Unknown6656.Console
  • .NET CLI:
    > dotnet add package Unknown6656.Console
  • Package reference (e.g. in a .csproj/.vbproj/.fsproj project file):
    <PackageReference Include="Unknown6656.Console" Version="*" />
  • Paket CLI:
    > paket add Unknown6656.Console
  • F# Interactive:
    #r "nuget: Unknown6656.Console, *"

Documentation and Usage

To use the discriminated unions, simply include the namespace Unknown6656.Console:

using Unknown6656.Console;

[TODO]

Code samples

[TODO]

About

A drop-in replacement for the default .NET "System.Console" class which includes many useful functionalities.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages