DiffKind
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
Describes the kind of difference detected between two assembly elements.
public enum DiffKindFields
Section titled “Fields”The element exists only in the right (newer) assembly.
Returns: DiffKind
Added = 0Changed
Section titled “Changed”The element exists in both assemblies but has been modified.
Returns: DiffKind
Changed = 2Removed
Section titled “Removed”The element exists only in the left (older) assembly.
Returns: DiffKind
Removed = 1Unchanged
Section titled “Unchanged”The element is identical in both assemblies.
Returns: DiffKind
Unchanged = 3