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

Hello, can we please have ternary operators added to the AL language? For example, being able to write this (this is just a quick example, not something I am working...

enhancement

AL Designer 10.0.687650 is giving a error on download symbols on windows authentication endpoint. Downgrading to v9.5.674382 solves the error. Windows authentication in webclient works as intended so problem must...

vscode-integration
accepted

**1. Describe the bug** It is rare, but it does happen that you develop code inside a query object. In such a case, global variables are often created to set...

bug
debugger

If you open the URL https://github.com/microsoft/AL/blob/master/CONTRIBUTING.MD from the text, you will see an error message: The ".MD" must be written in lower case, then it works: https://github.com/microsoft/AL/blob/master/CONTRIBUTING.md

Please include the following with each issue: **1. Describe the bug** At BCTechDays 2022, we were encouraged to make use of the existing tooling, including the 'Rapid Application Publish' feature....

accepted
RAD

hi, AL Language v10.0.673593 the rule AA0072 does not regonize wrong named variables in the following objects and triggers: for codeunits: EventSubscriber with local variables for pages: "OnAction" , "OnDrillDown"...

static-code-analysis
CodeCop

In a multiroot workspace, in VSCode, there's a launch.json per project. In documentation it says that you can add the launch settings in the user-settings or the workspace-configuration, but AL...

suggestion

Please include the following with each issue: **1. Describe the bug** Hi, I get quite often these kind of errors. I have no idea how to reproduce it. I just...

language-server-integration
accepted

Please include the following with each issue: **1. Describe the bug** When you debug and have enableSqlInformationDebugger: true or enableLongRunningSqlStatements: true in launch.json you get the databasestatistics section in the...

debugger
accepted

Processing of message 'al/gotodefinition' failed with error: 'Value cannot be null. (Parameter 'projectId')' Details: System.ArgumentNullException: Value cannot be null. (Parameter 'projectId') at Microsoft.Dynamics.Nav.CodeAnalysis.Workspaces.Solution.GetProject(ProjectId projectId) in D:\a\1\s\source\Prod\Microsoft.Dynamics.Nav.CodeAnalysis.Workspaces\Workspace\Solution\Solution.cs:line 280 at Microsoft.Dynamics.Nav.EditorServices.Protocol.LanguageServer.ReferenceSymbolDefinitionManager.EnsureCompilationContextIsSet(CancellationToken token)...

input-needed