- Namespace
- GitReleaseManager
.Core .Configuration - Containing Type
- Configuration
Provider
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 |
---|---|
Suppress |
Parameters
Name | Type | Description |
---|---|---|
gitDirectory | string | |
fileSystem | IFileSystem |
Return Value
Type | Description |
---|---|
Config |