Table of Contents

Method RegisterProjectReferences

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

RegisterProjectReferences(string, string[], string)

Adds project references to the project.

public static void RegisterProjectReferences(string extension, string[] projectReferences, string projectName = null)

Parameters

extension string

Project's default file extension, like ".cs".

projectReferences string[]

Project references.

projectName string

Name of the project to register references with.