ErrLookup › thebookisclosed/ViVe
thebookisclosed/ViVe
C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer · C# · 15 source files
Analyzed at 3f8c6a3425 on 2026-09-14. 8 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Operation must not be higher than 4. | exception | error | csharp, value-out-of-range, enum, pinvoke, windows-features |
| ( ) is an immutable priority and can't be written to. | exception | error | csharp, windows, feature-management, argument-validation |
| UserPolicy priority overrides do not support persisting… | exception | error | csharp, windows, feature-management, argument-validation |
| EnabledState must not be higher than 2. | exception | error | csharp, bitfield, enum, value-out-of-range |
| Priority must not be higher than 15. | exception | error | csharp, bitfield, enum, value-out-of-range |
| VariantPayloadKind must not be higher than 3. | exception | error | csharp, bitfield, enum, value-out-of-range |
| EnabledStateOptions must not be higher than 1. | exception | error | csharp, bitfield, enum, value-out-of-range |
| Variant must not be higher than 63. | exception | error | csharp, bitfield, value-out-of-range |