- Namespace
-
GitVersion
.Configuration - Interfaces
- Base Types
-
- object
graph BT Type-->Base0["object"]
Type-.->Interface0["IConfigFileLocator"] click Interface0
"/api/GitVersion.Configuration/IConfigFileLocator"
Type["ConfigFileLocator"] class Type type-node
Syntax
public class ConfigFileLocator : IConfigFileLocator
Constructors
Fields
| Name | Constant Value | Summary |
|---|---|---|
| DefaultFileName | GitVersion.yml |
static
|
Properties
| Name | Value | Summary |
|---|---|---|
| FilePath | string |
Methods
| Name | Value | Summary |
|---|---|---|
|
GetConfigFilePath |
string | |
|
HasConfigFileAt |
bool | |
|
ReadConfig |
Config | |
|
SelectConfigFilePath |
string | |
|
Verify |
void | |
|
Verify |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
|
NotNull |
T |
From
CommonExtensions
|