Summary
Loads and provides the
IGitVersionConfiguration
for the current repository.
- Namespace
-
GitVersion
.Configuration
graph BT Type["IConfigurationProvider"] class Type type-node
Syntax
public interface IConfigurationProvider
Methods
| Name | Value | Summary |
|---|---|---|
|
Provide |
I |
Returns the resolved configuration, optionally applying
the supplied override values.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|