GitVersionCacheKeyFactory.

GitVersionCacheKeyFactory(IFileSystem, ILog, IOptions<GitVersionOptions>, IConfigFileLocator, IGitRepository, IGitRepositoryInfo) Constructor

Syntax

public GitVersionCacheKeyFactory(IFileSystem fileSystem, ILog log, IOptions<GitVersionOptions> options, IConfigFileLocator configFileLocator, IGitRepository gitRepository, IGitRepositoryInfo repositoryInfo)

Parameters

Name Type Description
fileSystem IFileSystem
log ILog
options IOptions<GitVersionOptions>
configFileLocator IConfigFileLocator
gitRepository IGitRepository
repositoryInfo IGitRepositoryInfo

Return Value

Type Description
void
GitHub