GitVersion.Helpers Namespace

Class Types

Class Summary
Disposable Factory methods for creating lightweight IDisposable wrappers around cleanup actions.
LambdaEqualityHelper<T> Provides equality and hash-code implementation for T based on a set of key-selector functions.
LambdaKeyComparer<TSource, TKey> A Comparer<T> that delegates comparison to a key-selector function, with an optional inner comparer for the key type.
RetryAction<T> Executes an action with automatic linear-backoff retries when a T exception is thrown, discarding the return value.
ServiceMessageEscapeHelper Escapes special characters in values written to TeamCity service messages.
GitHub