RepoCracker Module
Nested modules
| Modules | Description |
|
|
Type extensions
| Type extension |
Description
|
|
Explores and provides the projects from the repository. The data is computed on demand, so care must be taken when writing to disk and subsequently recomputing the project information.
Extended Type:
|
Full Usage:
this.WriteAssemblyFiles
Parameters:
SepochSemver seq
-
The sequence of SepochSemver's to operate on. Scopeless Semvers will have no effect.
?stageFiles : bool
-
Whether to subsequently stage the generated files (Default false).
Returns: Result<unit, Error> seq
|
Given a sequence of
Extended Type:
|
Full Usage:
this.WriteAssemblyFiles
Parameters:
IDictionary<string, SepochSemver>
-
The dict of SepochSemver's to operate on. Scopeless Semvers will have no effect.
Since this is an alias to _.WriteAssemblyFiles of type SepochSemver seq, the keys of the map
have no effect.
?stageFiles : bool
-
Whether to subsequently stage the generated files (Default false).
Returns: Result<unit, Error> seq
|
Given a dictionary of
Extended Type:
|
Full Usage:
this.WriteAssemblyFiles
Parameters:
IDictionary<string, SepochSemver> * string
Returns: IDictionary<string, SepochSemver> * string
|
Convenience overload that accepts the output of Does not stage the files.
Extended Type:
|
Partas.GitNet