Enum Stability
- Namespace
- ZeroInstall.Model
- Assembly
- ZeroInstall.Model.dll
A stability rating for an Implementation.
public enum Stability
Fields
Buggy = 6Known bugs, none security-related.
Developer = 5More extreme version of Testing, expected to have bugs.
Insecure = 7Known bugs, some or all security-related.
Packaged = 2Indicates that an implementation is provided as a PackageImplementation.
Preferred = 1Set by user as a personal preference overriding other stability criteria.
Stable = 3No serious problems.
Testing = 4Any new release.
Unset = 0