ProjectAnalyzerExtensions Class

Namespace
Buildalyzer.Workspaces
Base Types
  • object
graph TD Base0["object"]-->Type Type["ProjectAnalyzerExtensions"] class Type type-node

Syntax

public static class ProjectAnalyzerExtensions

Methods

Name Value Summary
AddToWorkspace(ProjectAnalyzer, Workspace, bool) Project
Adds a project to an existing Roslyn workspace. Note that this will rebuild the project. Use an AnalyzerResult instead if you already have one available.
static
GetWorkspace(ProjectAnalyzer, bool) AdhocWorkspace
Gets a Roslyn workspace for the analyzed project. Note that this will rebuild the project. Use an AnalyzerResult instead if you already have one available.
static