Skip to content
Arthur edited this page Dec 4, 2023 · 5 revisions

The specified runtime version in app.json is falling behind.

Specifying the runtime in the app.json file of the project could depends on the circumstances. This rule is to assist on when the runtime is behind on targeted application and/or platform property.

Setting the runtime in the app.json is not mandatory. If the runtime setting is not specified, the compiler will detect the runtime that matches the server.
More information about this on Choosing runtime version in AL - Business Central | Microsoft Learn

Example

"application": "22.5.0.0",
"platform": "22.0.0.0",
"runtime": "10.0",

In the app.json example above the rule will suggest on the matching runtime to the targeted application/platform.

The specified runtime version in app.json is falling behind. The project targets application version 22.5.0.0 and the current runtime is 10.0. Update the runtime to 11.1 for compatibility with the latest runtime features.

Clone this wiki locally