public UserLevelCacheWriter(CliFolderPathCalculator cliFolderPathCalculator) : this( CliFolderPathCalculator.DotnetUserProfileFolderPath, FileSystemWrapper.Default.File, FileSystemWrapper.Default.Directory) { }
public AspNetCertificateSentinel(CliFolderPathCalculator cliFallbackFolderPathCalculator) : this( CliFolderPathCalculator.DotnetUserProfileFolderPath, FileSystemWrapper.Default.File, FileSystemWrapper.Default.Directory) { }
public FirstTimeUseNoticeSentinel(CliFolderPathCalculator cliFolderPathCalculator) : this( CliFolderPathCalculator.DotnetUserProfileFolderPath, FileSystemWrapper.Default.File, FileSystemWrapper.Default.Directory) { }
public NuGetCachePrimer( INuGetPackagesArchiver nugetPackagesArchiver, INuGetCacheSentinel nuGetCacheSentinel, CliFolderPathCalculator cliFolderPathCalculator) : this(nugetPackagesArchiver, nuGetCacheSentinel, cliFolderPathCalculator, FileSystemWrapper.Default.File) { }
internal NuGetCachePrimer( INuGetPackagesArchiver nugetPackagesArchiver, INuGetCacheSentinel nuGetCacheSentinel, CliFolderPathCalculator cliFolderPathCalculator, IFile file) { _nugetPackagesArchiver = nugetPackagesArchiver; _nuGetCacheSentinel = nuGetCacheSentinel; _cliFolderPathCalculator = cliFolderPathCalculator; _file = file; }
public NuGetCacheSentinel(CliFolderPathCalculator cliFolderPathCalculator) : this(cliFolderPathCalculator.CliFallbackFolderPath, FileSystemWrapper.Default.File, FileSystemWrapper.Default.Directory) { }