MurkyBlue
-
- 26,460 total downloads
- last updated 2/4/2024
- Latest version: 4.0.0
A library full of helpful stuff. It's just a collection of functions I've created. This particular library is mainly stuff that I make for myself that I feel like sharing. -
- 12,969 total downloads
- last updated 11/15/2021
- Latest version: 2.6.0
A .NET Command Line Parsing library which is set up and parsed using fluent syntax. It parses command line arguments into strongly-typed classes which you define. Supports conditional dependencies between... More information -
- Deprecated
- 12,349 total downloads
- last updated 11/15/2021
- Latest version: 1.12.0
A .NET library which allows you to read and write plain-text minimal syntax configuration files -
- 4,027 total downloads
- last updated 2/4/2024
- Latest version: 3.0.0
A .NET library which allows you to read and write plain-text minimal syntax configuration files. As the name implies, you can have sections and subsections as well. -
- 3,769 total downloads
- last updated 11/15/2021
- Latest version: 1.12.0
A ConfigTextFile configuration provider for Microsoft.Extensions.Configuration -
- 1,815 total downloads
- last updated 1/28/2021
- Latest version: 0.2.1
A small library I use personally to help categorize files and directories with attributes. Useful when you need to attach metadata to files/directories but don't want an extra file. Instead you can embed the... More information -
CmdLineNet
by: MurkyBlue- 1,526 total downloads
- last updated 7/8/2024
- Latest version: 0.5.1
A .NET command line parsing library, very bare-bones. The aim is to have a source code generator to generate code are compile-time to parse arguments. -
-
- 790 total downloads
- last updated 4/15/2024
- Latest version: 0.4.0
Generates code to read class/struct/reecords from a database, as well as applying parameters to a command. Can use user-defined converters to convert between database and .net values. Requires DatabaseUtil to... More information -
-
-
- 634 total downloads
- last updated 3/18/2024
- Latest version: 0.4.0
A .NET source code generator which generates methods for converting enums to/from strings -
-
IniFileNet
by: MurkyBlue- 598 total downloads
- last updated 10/1/2024
- Latest version: 0.6.0
A .NET Library which allows you to read and write .ini files. -
- 489 total downloads
- last updated 4/15/2024
- Latest version: 0.4.0
Has a bunch of useful utilities to make working with databases easier. Works best when used with the source generator.