ConfigurationProvider.

Provide(string, IFileSystem) Method

Syntax

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Reliability", "CA2000:Dispose objects before losing scope", Justification = "Not required, as direct return of object")]
public static Config Provide(string gitDirectory, IFileSystem fileSystem)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
gitDirectory string
fileSystem IFileSystem

Return Value

Type Description
Config
GitHub