DotNetReferenceRemover.

Remove(string, IEnumerable<FilePath>, DotNetReferenceRemoveSettings) Method

Summary

Removes project-to-project (P2P) references.

Syntax

public void Remove(string project, IEnumerable<FilePath> projectReferences, DotNetReferenceRemoveSettings settings)

Parameters

Name Type Description
project string The target project file path. If not specified, the command searches the current directory for one.
projectReferences IEnumerable<FilePath> One or more project references to add. Glob patterns are supported on Unix/Linux-based systems.
settings DotNetReferenceRemoveSettings The settings.

Return Value

Type Description
void