1 write to Type
NuGet.Commands (1)
RestoreCommand\CompatibilityIssue.cs (1)
35Type = type;
5 references to Type
NuGet.Commands (5)
RestoreCommand\CompatibilityIssue.cs (3)
126switch (Type) 283Equals(Type, other.Type) &&
RestoreCommand\RestoreCommand.cs (2)
1783var projectCount = res.Issues.Count(issue => issue.Type == CompatibilityIssueType.ProjectIncompatible); 1784var packageCount = res.Issues.Count(issue => issue.Type != CompatibilityIssueType.ProjectIncompatible);