Statiq.CodeAnalysis Namespace

Class Types

Class Summary
AnalyzeCSharp Performs static code analysis on the input documents, outputting a new document for each symbol.
CodeAnalysisKeys Common metadata keys for code analysis modules.
ISymbolExtensions
OtherComment Represents a custom XML documentation comment element.
ReadProject Reads all the source files from a specified MSBuild project. This module will be executed once and input documents will be ignored if a search path is specified. Otherwise, if a delegate is specified the module will be executed once per input document and the resulting output documents will be aggregated. Note that this requires the MSBuild tools to be installed (included with Visual Studio).
ReadSolution Reads all the source files from a specified MSBuild solution. This module will be executed once and input documents will be ignored if a search path is specified. Otherwise, if a delegate is specified the module will be executed once per input document and the resulting output documents will be aggregated. Note that this requires the MSBuild tools to be installed (included with Visual Studio).
ReadWorkspace Reads an MSBuild solution or project file and returns all referenced source files as documents. This module will be executed once and input documents will be ignored if a search path is specified. Otherwise, if a delegate is specified the module will be executed once per input document and the resulting output documents will be aggregated.
ReferenceComment