- Namespace
-
GitVersion
.Configuration - Implementing Types
graph BT Type["IConfigFileLocator"] class Type type-node
Implementing0["ConfigFileLocator"]-.->Type click
Implementing0
"/api/GitVersion.Configuration/ConfigFileLocator"
Syntax
public interface IConfigFileLocator
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
|