AL icon indicating copy to clipboard operation
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...

Results 405 AL issues
Sort by recently updated
recently updated
newest added

**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...

static-code-analysis
requires-triage
CodeCop

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...

static-code-analysis
requires-triage
CodeCop

**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...

static-code-analysis
requires-triage
CodeCop

**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...

static-code-analysis
requires-triage
CodeCop

**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...

static-code-analysis
requires-triage
CodeCop

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...

intellisense

**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...

question

**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...

enhancement
i18n

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...

bug
al-core-compiler