Arthur van de Vondervoort

Results 21 issues of Arthur van de Vondervoort

Related to issue: https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/190. Because this could be experienced as a breaking change I've provided a setting in the LinterCop.json to enable the current behavior. When an external application uses...

![image](https://user-images.githubusercontent.com/44637996/165768181-7950b1bc-f975-431c-a6c3-8f1e5150d0b0.png) ![image](https://user-images.githubusercontent.com/44637996/165767545-a8dab39f-a7e5-44ca-86b7-dbbdf99621ab.png) A small code-snippet to reproduce the problem: ```AL tableextension 50100 "VRA G/L Entry" extends "G/L Entry" { internal procedure GetCountryRegionCodeTxt(): Text var PurchCrMemoHdr: Record "Purch. Cr. Memo Hdr.";...

bug

![image](https://user-images.githubusercontent.com/44637996/160991526-5f483df0-857e-4dfe-aef9-2ed0b2eeafb2.png) The warning LC0016 "Caption is missing" is thrown on API pages of type API. In this example a global variable on the page. On a API page I personally...

bug

```AL procedure MyProcedure() var SalesLine: Record "Sales Line"; begin SalesLine.SetRange("No.", '%1', ''); end; ``` The LC0008 rule should also be raised in this scenario.

enhancement
part of upcoming release

Based on https://github.com/microsoft/BCApps/pull/607#discussion_r1497208591, the current implementation of the [LC0047 - Locked Label must have a suffix Tok.](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0047) rule seems to be invalid. Tok is meant to be used when the...

enhancement
part of upcoming release

The LC0005 should also check on variables in a CalcFormula. ```AL table 50102 MyTable { fields { field(1; "MyField"; Integer) { } field(2; "Customer No."; Code[20]) { FieldClass = FlowField;...

enhancement

**Describe the issue** In our Azure DevOps pipelines we've encountered an error on the `Download-BcNuGetPackageToFolder` step of the BcContainerHelper. The error message was `The remote server returned an error: (503)...

**Describe the issue** When using the `Replace-BcServerContainer` command it seems that this always returns a multitenant environment, 1) Created an new Azure VM from https://aka.ms/getbcext 2) Setting Multitenant = No...

Under investigation

**Describe the issue** I'm having troubles to get the Install-AzDevop working on both (install and upgrade) scenario's. I'll start on the upgrade scenario first. **B) Upgrade** When running the Install-AzDevop...

help wanted

Using the Resolve-DependenciesFromAzureFeed in our Azure DevOps pipelines I would like to expand this function with two extra parameters: - ignoreAppVersion - ignoredPublishers **ignoreAppVersion** Would like to retrieve the most...