This repository contains various helpful utilities that I currently use in a number of my projects.
The repository contains a single library that can be compiled using several configurations and target frameworks.
Configuration | Description | Dependencies |
---|---|---|
Release-Minimal |
minimal build | System.ValueTuple (.NET Framework 4.5 only) |
Release-FSharp |
additional F# utilities | FSharp.Core |
Release-Console |
advanced console utilities | kernel32.dll and System.Drawing |
Release Debug |
full build | all of the above |
Target Framework | Limitations |
---|---|
.NET Framework 4.5 | – |
.NET Framework 4.7.2 | – |
.NET Framework 4.8 | – |
.NET Standard 2.1 | does not support advanced console utilities |
Simply add the desired version of the library to your .NET project.