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]
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/.fsprojproject file):<PackageReference Include="Unknown6656.Console" Version="*" />
- Paket CLI:
> paket add Unknown6656.Console - F# Interactive:
#r "nuget: Unknown6656.Console, *"
To use the discriminated unions, simply include the namespace Unknown6656.Console:
using Unknown6656.Console;[TODO]
[TODO]