After quite some analyzing and reverse engineering, I got it working! The custom code analyzer BusinessCentral.LinterCop is running included in VS Code. And here is how to do it: First, go to my GitHub and download the latest binary here.Then just place it on your hard drive, for example “C:\ALCustomCops\” Then go to your settings file and insert it in theContinue reading “BusinessCentral.LinterCop goes VS Code!”
Category Archives: Code review
Code review: Loop over an Enum
So I came across this post from ThatNavGuy: Looping Through Enum – That NAV guy (wordpress.com) He shows an example on how to loop over an enum. The goal is to have the enum pointing to the next value on each iteration. Since this community is about sharing knowledge and learning from each other, IContinue reading “Code review: Loop over an Enum”