Arthur van de Vondervoort
Arthur van de Vondervoort
**1. Describe the bug** When executing `altool.exe GetLatestSupportedRuntimeVersion 24.0` it returns the value `13.1`, where I would expect `13.0`.  **2. To Reproduce** 1. Download the 'AL Language extension for...
 I'm probably missing something obvious, but how do I execute the test automation in VS Code? Or do I need to install an additional Test extension? I've created an...
Extend the LC0027 rule to also raise a diagnostic in case when a Variant is passed in combination with a Page which is supported by the Page Management codeunit. Example...
### Discussed in https://github.com/StefanMaron/BusinessCentral.LinterCop/discussions/680 Originally posted by **SorenBogelund-ECIT** July 8, 2024 I have an issue with a specific app.json in a specific repository. The issue does not appear in other...
LC0033
### Discussed in https://github.com/StefanMaron/BusinessCentral.LinterCop/discussions/679 Originally posted by **SorenBogelund-ECIT** July 8, 2024 Thank you developing this great LinterCop! Why do I get a warning about the runtime version falling behind, when...
With the introduction of supporting multiple versions of the AL Language, the naming of the artifacts could be interpreted in various ways. It wasn't always clear if the `current` or...
/home/vsts/.bccontainerhelper/alLanguageExtension/15.0.1143290/extension/bin/linux/altool not found
**Describe the issue** With the release `v15.0.1143290` of the AL Language, it seems that the altool binary for Linux is missing. `/home/vsts/.bccontainerhelper/alLanguageExtension/15.0.1143290/extension/bin/linux/altool not found` In our Azure DevOps pipelines we...
It's a fictional example based on one of today's code review. ```AL internal procedure GetFireTruck(): Text[10] var FireTruckLbl: Label 'FireTruck'; begin exit(FireTruckLbl); end; ``` When translation, for example to Dutch...
Currently there's no diagnostic raised when using the [Text.IncStr(Text) Method](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/text/text-incstr-method), where the outcome of the method could increase the length with one extra character. ```AL codeunit 50100 MyCodeunit { procedure...
When using `TransferFields` between two tables, where only the PrimaryKeyFields of the tables are different, the rule shouldn't show an diagnostic when setting the boolean `InitPrimaryKeyFields` to false, see the...