AL-Go
AL-Go copied to clipboard
The plug-and-play DevOps solution for Business Central app development on GitHub
### Discussed in https://github.com/microsoft/AL-Go/discussions/1897 Originally posted by **jwikman** September 3, 2025 In PR #853 there was a setting called `customALGoSystemFiles`, which was very promising feature. Now that we're on v7.3...
### ❔What, Why & How We've seen a couple of issues where builds are failing because one of the installApps is a symbols-only package. We could improve a bit here...
### AL-Go version 7.3 ### Describe the issue Hello, please fix "Deploy Reference Documentation" when app file name contains comma. This problem was initially addressed to the "AL Language" team,...
[Bug]: CICD fails on releases/26.x branch - '26.x' cannot be recognized as a semantic version string
### AL-Go version 7.3 ### Describe the issue We've setup our CI/CD to trigger on `main` and `releases/*`, pretty much on BCApps. But when the CI/CD runs, it fails with...
### AL-Go version 7.3 ### Describe the issue This issue was first registered here: https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/1149 It seems as when running AL-Go on nextmajor, with latest pre-release version of compiler (the...
### AL-Go version 7.3 ### Describe the issue We recently migrated our AppSource app repositories from a custom solution on DevOps to GitHub and AL-Go. Now we are in the...
## Problem The ALDoc action was generating reference documentation with missing symbols and XML documentation not displaying properly. This manifested as: 1. **Missing Type Symbols**: Parameter types showing as `_MissingTypeSymbol_`...
During the CICD workflow, AL-Go calls https://github.com/microsoft/navcontainerhelper/blob/main/ContainerHandling/Flush-ContainerHelperCache.ps1, which kills any BC container that has been off for 3 days or more, regardless if that container was created by AL-Go. This...
### ❔What, Why & How This feature changes how we handle output variables from ReadSettings. The current solution is to add a setting to the get parameter of ReadSettings, and...
### AL-Go version 7.2 ### Describe the issue I added a dependency on this app: ```json { "id": "", "name": "gevis ERP VEO", "publisher": "GWS mbH", "version": "26.2.129.0" } ```...