Summary
Builds an
IGitVersionConfiguration
instance, optionally merging override values.
- Namespace
-
GitVersion
.Configuration
graph BT Type["IConfigurationBuilder"] class Type type-node
Syntax
public interface IConfigurationBuilder
Methods
| Name | Value | Summary |
|---|---|---|
|
AddOverride |
void |
Merges the supplied key/value pairs into the
configuration, overriding any existing values.
|
|
Build |
I |
Produces the fully resolved
IGitVersionConfiguration.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|