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