https://github.com/strubt/strubtutilities
helpful .NET utilities to be used in various projects
https://github.com/strubt/strubtutilities
personal personal-utility utilities utility-library
Last synced: about 2 months ago
JSON representation
helpful .NET utilities to be used in various projects
- Host: GitHub
- URL: https://github.com/strubt/strubtutilities
- Owner: StrubT
- License: mit
- Created: 2017-04-18T11:54:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T07:41:35.000Z (over 5 years ago)
- Last Synced: 2025-12-30T09:58:28.627Z (6 months ago)
- Topics: personal, personal-utility, utilities, utility-library
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StrubTUtilities
This repository contains various helpful utilities that I currently use in a number of my projects.
## Repository Contents
The repository contains a single library that can be compiled using several configurations and target frameworks.
### Supported Configurations
| 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 |
### Supported Target Frameworks
| 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 |
## Usage
Simply add the desired version of the library to your .NET project.