CultureHelpers
: A static helper class with utility functions for retrieving available countries and languages.ExceptionHelpers
: Using these helpers, arguments can be tested without writingif
statements.FileSystemHelper
: Some shortcuts for file system operations.JsonHelpers
: JSON syntax can be validated with theValidateJsonIfNotNull()
helper method.NonSecurityRandomizer
: A wrapper aroundSystem.Random
for explicitly not security-related usage-cases.Sha256Helper
: A static helper class with theComputeHash()
utility function that converts text into SHA-256 hash string.StringHelper
: A static helper class with utility functions for concatenating and generating strings, particularly in a culture invariant manner.Union
: A container type which is a union of two different types. Only either of the two types can be set at the same time.VersionTree
: A read-onlyVersion
collection that organizes the provided versions into a tree structure by version parts. Can be used to resolve a floating (partial) version from a collection of specific versions.XmlHelper
: Utility class to streamline XML serialization/deserialization.