AL
AL copied to clipboard
Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual...
**1. Describe the bug** If you add a field from a dependent extension to a page extension, it will show "Tooltip for field 10 must be filled", even if you...
**1. Describe the bug** I have an app that I am compiling against the next major release. The compiler output (not the problems window, but the actual compiler output) does...
Please include the following with each issue: **1. Describe the bug** In our pipelines we use alc.exe directly to compile our source code because it is way faster than compiling...
I'm hoping to get #6992 fixed this time. **1. Describe the bug** Missing warning or error when assigning a record variable (other than `Rec`!) for a page field or action...
**1. Describe the bug** When using multiple table extensions to same table then translations does not work correctly. Only first table extension is translated. It is probably due to bad...
**1. Describe the bug**  Lets say I have a piece of code and the field was renamed elsewhere. Now I want to change reference to the new name. I...
Please include the following with each issue: **1. Describe the bug** When creating a switch case on a value of the type joker, the compiler will not throw an error,...
Please include the following with each issue: **1. Describe the bug** The CodeCop AA0217 **2. To Reproduce** Steps to reproduce the behavior: 1. Go to '...' ``` AL if DimText...
'textDocument/inlayHint' failed with error: 'Object reference not set to an instance of an object.'
**1. Describe the bug** the setting `"editor.inlayHints.enabled": "on"` throws error: **2. To Reproduce** activate this setting `"editor.inlayHints.enabled": "on"` in VSCode for a BC extension: **3. Expected behavior** no errors **4....
Hi all! ## Describe the bug I create container with BcContainerHelper with `-Auth Windows`. Credential provided is identical to my Windows account (It's a Microsoft account). When I try to...