Skip to content

DiffKind

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

Describes the kind of difference detected between two assembly elements.

public enum DiffKind

The element exists only in the right (newer) assembly.

Returns: DiffKind

Added = 0

The element exists in both assemblies but has been modified.

Returns: DiffKind

Changed = 2

The element exists only in the left (older) assembly.

Returns: DiffKind

Removed = 1

The element is identical in both assemblies.

Returns: DiffKind

Unchanged = 3