DependencyType Enum

Definition

Types of dependencies.

public enum class DependencyType
public enum DependencyType
type DependencyType = 
Public Enum DependencyType
Inheritance
DependencyType

Fields

AnalyzerAssembly 4

Analyzer Assembly reference.

Assembly 2

Assembly reference.

Package 1

NuGet package dependency.

Project 3

Project Reference.

Target 0

Represents the Target secion in the project.assets.json. (The dependencies of this type of dependency are the direct dependencies of the project.)

Unknown 5

Unknown reference type.

Applies to