315 results for CS

AL Code Analysis Rules (Diagnostic Descriptors) – Updated

  You might remember my post about the Code Analyzers Diagnostic Descriptors when it first came out. I’m very happy with this tool, as it avoids many mistakes, and it enforces some level of clean coding – which is never a bad thing ;-). Recently, the June update of the AL Language Extension was announced. …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/06/27/al-code-analysis-rules-diagnostic-descriptors-updated/

Are you “Ready To Go”?

Lately I have been involved in a program from Microsoft that I personally think is really useful. That useful that I’m spending my only spare time at a pool (and not in it) in Bangkok to tell you about it. The Ready To Go Program If you are a partner for Dynamics NAV, you must …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/06/25/are-you-ready-to-go/

CRS Al Language Extension – Running Objects

As said in one of my previous posts, I was going to do some “deeper” description of the functionality of the tool that I’m working on to make your “AL”-life in VSCODE a little bit easier: the “CRS AL Language Extension“. Today: the “Running Objects” functionality This was the first major feature that I tried …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/06/19/crs-al-language-extension-running-objects/

Function Overloading in AL

I haven’t been blogging much, lately. But in my defence – I put quite some time in another community project, which I blogged about in my previous post (and will blog about in quite a few coming posts…). To keep up the pace of writing at least one post each month (which I have been …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/05/29/function-overloading-in-al/

CRS Al Language Extension

I have been wanting to write this blog for a while. But I’m going to keep it a short one, as I’d like to go into a few topics separately, and I don’t want to swallow too much in one big blogpost with the possibility with some (important?) details would get lost. Thing is – …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/04/18/crs-al-language-extension/

Enable the updated Code Analysis for AL

Some time ago, I wrote a blogpost on how to enable code analysis for AL development. At that point, it was an undocumented feature – not to say, it was an unfinished feature that you could already enable. Since the developer preview March update, it is officially here, and things have somewhat changed – no, …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/26/enable-the-updated-code-analysis-for-al/

Directions ASIA

Good things ahead. Like last year, I was given the opportunity to speak for Directions ASIA again. And not “just” for a few sessions – but I have quite some hours to cover (8.5 to be specific 🙂 ). More about that later. Let’s talk about the conference first. Directions ASIA 2018 It’s the second …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/03/01/directions-asia/

CRS.RemoteNAVDockerHostHelper – my new PowerShell module

Note – The links and text have been updated to the latest version of the CRS.RemoteNAVDockerHostHelper module.  All screenshots are untouched though, so might refer to old naming/parameters/… ! I have been struggling in getting my head around managing “stuff” on Docker. You know – the new kid in town that will see its use …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/02/08/crs-remotenavdockerhosthelper-my-new-powershell-module/

Enable Code Analysis for AL

It’s the week of “undocumented features”, apparently. Today: code analysis. Apparently, the al-language extension comes with a built-in analysis for your al-code. Thing is: it’s disabled by default. Just go to settings (File/Preferences/Settings) and enabled it. By adding the line to your settings.json of your environment (the right pane). Here is my settings.json-file: You will …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/01/23/enable-code-analysis-for-al/

Autonumber Objects in AL

I recently discovered what appears to be an undocumented feature in the current version of the al language extension (aka, the “Modern Dev”, aka DynDev365, aka ExtensionV2, aka VSCode Development Tools for Microsoft Dynamics NAV). And that is “Automatic Object Numbering” On any objecttype, when enforcing intellisense, you get the lowest available number that was …

Continue reading

Permanent link to this article: https://www.waldo.be/2018/01/22/autonumber-objects-in-al/