DependencyAttribute public class DependencyAttribute : Attribute Represents an attribute for tracking dependencies. Documentation Code public string Name { get; set; } The name of the dependency. public DependencyAttribute(string name = null) Constructs a DependencyAttribute