C# (CSharp) Bari.Plugins.FSRepository.Model Namespace

Classes

Name Description
IFileSystemRepositoryAccessContracts
LocalFileSystemRepositoryAccess
PatternResolution
RepositoryPattern Represents a file-system repository pattern, and implements its resolution

The pattern supports the following placeholders: - $ENVVAR replaced to the value of ENVVAR environment variable, if exists. - %NAME replaced to the name of the dependency - %FILENAME replaced to the file name, without extension - %VERSION replaced to the requested version, if any, otherwise empty string - %EXT replaced to the file name's extension

RepositoryPatternCollection An ordered collection of available RepositoryPattern patterns, with the ability to find the best match for a given context.
UriBasedPatternResolutionContext