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 305 AL issues
Sort by recently updated
recently updated
newest added

This is a re-post of #6383 reported in December 2020. Original issue been closed despite it has not been resolved. Right now our only option is really to disable this...

static-code-analysis
CodeCop

**1. Describe the bug** Writing second article about CollectibleErrors & ErrorInfo datatype and found AA0136 (unreachable code detection) does not work as intended - it warns that anything after the...

static-code-analysis
CodeCop

Please include the following with each issue: **1. Describe the bug** Every time i try to download symbols for the first time, I receive the following error on the output....

workspaces
accepted

If we have a base `page` that declares a `usercontrol` of a specific `ControlAddIn` type, and in a `pageextension` we try to use that control e.g. to pass it to...

al-language
al-core-compiler
accepted

During development of App we hit some problems when using HttpClient to download file from URL to import some initial data. To debug the problem, I wanted to use e.g....

enhancement
platform-api
http-client

Title says it all. Only `"Enum Name"::"First Value Name"` should be valid; the rest make no sense. I think the last one ends up getting used, but this simply should...

al-language
accepted

**1. Describe the bug** Using the property `RDLCLayout` or `WordLayout` in any report object prevents the outline view in VS Code from displaying any symbols. **2. To Reproduce** Steps to...

debugger
accepted

**1. Describe the bug** When trying to compile a Hello World Al Project created with the Visual Studo Code Command AL:Go! the symbols can not be retrieved from the Local...

Unrelated to BcContainerHelper

I am upgrading BC14 on-premises to BC20 on-premises. After exporting C/AL code and converting them to AL files by using the Txt2AL tool, I tried to compile the Base Application....

al-core-compiler
accepted

**1. Describe the bug** Since BC 20 or longer, forceUpgrade set in the launch.json does not work anymore: As long as the app version number is unchanged, the upgrade codeunit...

input-needed