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...
**Description** Hi, I've just downloaded the latest AL Language from docker and I've found out this warning. I have a simple question: How can it be handled? is there some...
Hi all, Have the error during the publishing of the app to BC22(OnPrem). No compilation error happens during building the app and or publishing the app to the BC19/BC20/BC21. The...
**1. Describe the bug** HttpResponseMessage.Content.ReadAs(InStream) returns an emtpy stream for second and following times. This does only happen if we concat commands. if we store the HttpContent in an Variable...
**1. Describe the bug** Permission Set objects do not allow to include OnPrem objects as Compiler Error AL0296 occurs. It was already reported in the following issues, but not yet...
**1. Describe the bug** The CodeCop rule [AA0150](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0150) generates false positives if the parameter that was declared by `var` is not actually used in the method call itself, but passed...
**1. Describe the bug** The [AA0198]( https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/analyzers/codecop-aa0198) warning is not issued for local variables that have the same name as global variables if the local variables are within the trigger...
**1. Describe the bug** aldoc raises an exception when an app filename containing commas is passed. **2. To Reproduce** aldoc -o . -t '.\myapp X, Y, Z_1.0.0.0.app' Unhandled exception. System.IO.FileNotFoundException:...
**1. Describe the bug** It is possible to create field with name "Timestamp". First time you compile, it will pass and timestamp field will be created. If you try to...
Hello, the CodeCop Warning AA0181 (The FindSet() or Find() methods must be used only in connection with the Next() method.) shows also for the Next() function on a Test Page...
**1. Describe the bug** A compare statement with Text or Boolean variables should trigger the warning AA0205 **2. To Reproduce** Steps to reproduce the behavior: ```al var MyText: Text; //...