IConfigFileLocator Interface

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

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IConfigFileLocator>(string) T
GitHub