Wyam.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.
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. Note that this requires the MSBuild tools to be installed (included with Visual Studio). See https://github.com/dotnet/roslyn/issues/212 and https://roslyn.codeplex.com/workitem/218.
ReferenceComment
RevisionComment Represents a revision XML comment element
GitHub