DotNetReferenceLister.

List(string, DotNetReferenceListSettings) Method

Summary

Lists project-to-project references.

Syntax

public IEnumerable<string> List(string project, DotNetReferenceListSettings settings)

Parameters

Name Type Description
project string The target project file path. If not specified, the command searches the current directory for one.
settings DotNetReferenceListSettings The settings.

Return Value

Type Description
IEnumerable<string> The list of project-to-project references.