IConverterContext Interface

Summary

Marker interface for context objects passed to IVersionConverter<T> implementations.
Namespace
GitVersion
graph BT Type["IConverterContext"] class Type type-node

Syntax

public interface IConverterContext

Extension Methods

Name Value Summary
NotNull<IConverterContext>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub