Commit SHA1 as part of app.json metadata
I would like to have an optional property in the "app.json" of an AL project where we can specify the exact commit ID (will in most cases be the git SHA1) that the package was built from.
This will of course be only relevant in CI scenarios where the build pipeline (or whateve...
STATUS DETAILS
Planned
Tri-state / nullable boolean
Provide some kind of tri-state (or nullable) boolean (undefined, true, false) implementation.
This is useful for events, handlers or method return values where I want to know if an event has been:
- handled positively = true
- handled negatively = false
- ...
STATUS DETAILSNew
