IConfigurationProvider Interface

Namespace
GitVersion.Configuration
Implementing Types
graph BT Type["IConfigurationProvider"] class Type type-node Implementing0["ConfigurationProvider"]-.->Type click Implementing0 "/api/GitVersion.Configuration/ConfigurationProvider"

Syntax

public interface IConfigurationProvider

Methods

Extension Methods

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