DependencyDescription Class

Definition

Represents a NuGet package dependency of the project.

public ref class DependencyDescription
public class DependencyDescription
type DependencyDescription = class
Public Class DependencyDescription
Inheritance
DependencyDescription

Constructors

DependencyDescription(String, String, String, String, DependencyType, Boolean)

Properties

Dependencies

Dependencies of the this dependency.

Name

Name of the dependency.

Path

Full path to the dependency.

Resolved

Specifies whether this dependency has been resolved.

TargetFramework

TFM of the project to which this dependency belongs.

Type

Type of the dependency. DependencyType

Version

Version of the dependency.

Methods

AddDependency(Dependency)

Adds a dependency to current dependencies.

Applies to