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** The rule [AA0139](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0139) (possible text overflow) does not trigger when the value that exceeds the length is an element of an array. **2. To Reproduce** See...
According to this documentation https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-autoincrement-property "The AutoIncrement property does not work with Dynamics 365 Business Central temporary tables." It would be nice if there was a warning pointing to this...
**Title** Missing Code Cop Warning AA0139 **Description** In our app (Codeunit with 1400 lines) the warning for AA0139 is not displayed. In a few other codeunits (around 800 lines) it...
**1. Describe the bug** In test scenarios, when I declare a **TestPage** variable, this warning is displayed, but with **Record** variables (for example) it works fine and it is not...
**1. Describe the bug** Warning AA0228 is not raised for local procedures in reportextension objects. **2. To Reproduce** Steps to reproduce the behavior: 1. Have the following code and see...
Please include the following with each issue: **1. Describe the bug** AS0069 is not including enum extensions when checking the number of values an option field is being converted from....
Please include the following with each issue: **1. Describe the bug** It used to be possible hover a label in VS Code together with the ctrl key. It showed the...
**Question** Is there a way to identify the BC version a Runtime Package was created against just from the app itself? Since the ServiceTier can obviously identify this it would...
**Is your feature request related to a problem? Please describe.** The logic under XLF trans-unit IDs is un-maintainable in the context of day to day updating our business code in...
I am getting an internal Error AL0999 when - Packaging the App - Publishing the App - Using the alc.exe compiler from command line - In the "Problems" section of...