Table of Contents

Enum Stability

Namespace
ZeroInstall.Model
Assembly
ZeroInstall.Model.dll

A stability rating for an Implementation.

public enum Stability

Fields

Buggy = 6

Known bugs, none security-related.

Developer = 5

More extreme version of Testing, expected to have bugs.

Insecure = 7

Known bugs, some or all security-related.

Packaged = 2

Indicates that an implementation is provided as a PackageImplementation.

Preferred = 1

Set by user as a personal preference overriding other stability criteria.

Stable = 3

No serious problems.

Testing = 4

Any new release.

Unset = 0

Inherit stability from Group or default to Testing