Arthur van de Vondervoort

Results 71 comments of Arthur van de Vondervoort

@fvet Did you had a change to look a this? This is an interesting case though. If I understand the error the LinterCop is reporting, it seems that you have...

I've added [temporary Try/Catch for this issue](https://github.com/StefanMaron/BusinessCentral.LinterCop/blob/f3a31609617101d0af0ecb7940db4f0d6c9d159a/Design/Rule0032ClearCodeunitSingleInstance.cs#L33), specific for this issue, where I would like to implement a permanent solution for this. With the new release yesterday, the regular release...

@fvet Just checking in to see if you had a moment to look into finding an LC0000 diagnostic on this.

@fvet, I'm a curious about this one/ Any chance you can provide a small code snippet to reproduce this error?

The version [v0.30.28](https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/tag/v0.30.28) of the LinterCop is now the latest release.

Currently the releases of the LinterCop are only build against the latest version of the AL Language. I'm looking into to build against multiple AL Languages, where we maybe can...

Working together with @StefanMaron to support multiple version of the AL Language. ![image](https://github.com/StefanMaron/BusinessCentral.LinterCop/assets/44637996/6fed8b24-71c0-419c-ac55-07acf80c085f) I've did an overhaul of the build pipeline, to build against multiple version of the AL Language....

Good news! ![image](https://github.com/StefanMaron/BusinessCentral.LinterCop/assets/44637996/f6e41071-d2e3-4a1d-93a1-1ff7fa56123c) The combination of the new [v0.30.18](https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/tag/v0.30.18) version of the LinterCop, combined with the new [0.1.7](https://marketplace.visualstudio.com/items?itemName=StefanMaron.businesscentral-lintercop) version of the VS Code now supports multiple version of the AL...

@epernst : In our pipelines we always retrieve the latest AL Language from the marketplace and use that to compile the App. You can find documentation on this here: https://github.com/StefanMaron/BusinessCentral.LinterCop/blob/master/.assets/DevOps.md...

I'm unsure what's wrong in your ADO setup. We're also using ALOps, and works without any issues for us. I'm getting the idea it's maybe a ADO setup/configration issue (and...