This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.DocFx.
Summary
Specifies the projects to have metadata extracted. There are several approaches to extract language metadata.
- From a supported project file or project file list. Supported project file extensions include .csproj, .vbproj, .sln.
- From a supported source code file or source code file list. Supported source code file extensions include .cs and .vb. Files can be combined using , as seperator and search pattern.
- From docfx.json file.
- Assembly
- Cake
.DocFx .dll - Namespace
- Cake
.DocFx .Metadata - Containing Type
- Doc
Fx Metadata Settings
Syntax
public IEnumerable<FilePath> Projects { get; set; }
Value
Type | Description |
---|---|
IEnumerable |