Skip to content

ProjectAssembler.Assemble Method

Definition

Assembles a project. projectDirectory is the directory file sources and binaries are relative to; it can be omitted for projects built entirely from in-memory sources.

public static AssembleResult Assemble(Project project, string? projectDirectory = null);

View source

Parameters

Name Type Description
project Project
projectDirectory String

Returns

AssembleResult