Natalie Karolak, MVP
Natalie Karolak, MVP
**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...
**Describe the bug** Under certain circumstances, F2 on a parameter name will generate a popup that will contain more than the mere parameter name. **To Reproduce** Create the following procedure:...
**1. Describe the bug** When using `0T` for time calculations, a compile error is missing to avoid a runtime error in BC. **2. To Reproduce** Steps to reproduce the behavior:...
**1. Describe the bug** When AL compiler warnings appear in the OUTPUT tab of VS Code, then they are not linked anymore. **2. To Reproduce** 1. Change AL code to...
**1. Describe the bug** `AL: Go!` does not set the `platform` property according to the target platform. **2. To Reproduce** Steps to reproduce the behavior: 1. Hit F1, then `AL:...
Create a new interface: ``` interface MyInterface { procedure MyProcedure() NewItemNo: Code[20] } ``` Use the **New AL File Wizard** to create a codeunit that implements `MyInterface`. This will result...
Related to #5997 from 2020: In my previous app version, I've obsoleted an enum object. As long as the removed table field it is still attached to cannot be physically...
Bug or feature? Why is warning [AL0603](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/diagnostics/diagnostic-al603) raised when directly assigning an integer to `MyEnum`, and why not when assigning it indirectly in `foreach`? ``` procedure TestAL0603() var MyEnum: Enum...
**1. Describe the bug** Code action "Implement interfaces" uses a wrong capitalization of object types within parameters. **2. To Reproduce** Steps to reproduce the behavior: 1. Create the following interface...
Sometimes two different docker repository addresses refer to the same image id.  Hence if you pull both images and end up having one image id twice, then the Explorer...