Table of Contents

Method UnregisterProjectReferences

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

UnregisterProjectReferences(string, string)

Unregisters references from the project.

public static void UnregisterProjectReferences(string extension, string projectName = null)

Parameters

extension string

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

projectName string

Project's name to process.

UnregisterProjectReferences(string, string[], string)

Removes given references from the project.

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

Parameters

extension string

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

projectReferences string[]

Project references to remove.

projectName string

Project's name to process.