Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

vonderborch/Velentr.Miscellaneous

Repository files navigation

Velentr.Miscellaneous

Miscellaneous helper methods and things that are useful for various purposes.

Installation

NuGet version (Velentr.Miscellaneous)

A nuget package is available: Velentr.Miscellaneous

Optional Dependencies:

Current Systems/Helpers

Namespace Description Documentation Min Supported Version
CommandParsing Helpers to help with converting strings into a command, which can subsequently be executed, and the parameters for it. CommandParsing Documentation 1.0.0
Sqlite Helpers to dealing with a SQLite Database. Sqlite Documentation 1.1.0
StringHelpers Helpers related to strings. StringHelpers Documentation 1.0.0
Threading Helpers related to threading. Threading Documentation 1.1.5
CodeProfiling Helpers related to profiling code. CodeProfiling Documentation 1.2.0

Future Plans

See list of issues under the Milestones: https://github.com/vonderborch/Velentr.Miscellaneous/milestones

Most additions to this library will be ad-hoc as I discover needs.