This repo consists in a collection of useful extensions to C# primitive types.
- AddWithOptions - extends the base Add option of a dictionary. It has the options
DontOverwrite,OverwriteandAppendToValue.
- ReplaceAll - allows to replace multiple chars in a string at once.