- 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 |
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 |
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
|