Summary
Creates a
GitVersionContext
for the current repository and branch.
- Namespace
- GitVersion
graph BT Type["IGitVersionContextFactory"] class Type
type-node
Syntax
public interface IGitVersionContextFactory
Methods
| Name | Value | Summary |
|---|---|---|
|
Create |
GitVersionContext |
Builds and returns the
GitVersionContext
for the current execution.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|