Arthur van de Vondervoort

Results 21 issues of 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`. ![image](https://github.com/microsoft/AL/assets/44637996/6abc92df-4796-4ee8-ba11-76900c117f9d) **2. To Reproduce** 1. Download the 'AL Language extension for...

![image](https://github.com/StefanMaron/BusinessCentral.LinterCop/assets/44637996/b7bbec82-4b32-4002-8e74-25f1ca6af68f) 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...

documentation

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...

enhancement

### 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...

bug
part of upcoming release

### 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...

bug
part of upcoming release

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...

**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...

bug
Under investigation
Unrelated to BcContainerHelper

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...

enhancement

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...

enhancement