AL-Go icon indicating copy to clipboard operation
AL-Go copied to clipboard

The plug-and-play DevOps solution for Business Central app development on GitHub

Results 182 AL-Go issues
Sort by recently updated
recently updated
newest added

Hi Freddy, I'm trying to run the localDevEnv.ps1 script to create a local dev environment. This will be the first container running on this machine, so everything has been installed...

Cannot repro

I have added the setting `customCodeCops` to my `AL-Go-Settings.json`: ``` "customCodeCops": [ "https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/download/v0.30.0/BusinessCentral.LinterCop.current.dll" ], ``` (similar to Stefan Maron is using [here](https://github.com/microsoft/AL-Go/issues/389#issuecomment-1569561172)) On a seperate branch, I've removed a caption...

bug
In Progress

Changes included in this PR: - Support indirect template repository = Point to an existing AL-Go repository as a template, like: ![image](https://github.com/microsoft/AL-Go/assets/10775043/683a394b-3a9e-42b7-acce-8ab39b76a74f) In this case, org/myptetemplate is a standard AL-Go...

This PR will add a BCPT Test Report to the build summary, looking like this: ![image](https://github.com/microsoft/AL-Go/assets/10775043/7a9d2e42-e017-41fc-9bc2-62cc2534bea1) You can also add a bcptBaseLine.json to the project in order to establish a...

Hi I get error: ::error::AL1022 A package with publisher 'Microsoft', name 'Data Search', and a version compatible with '23.0.0.0' could not be found in the package cache folders: /home/runner/work/xxx/yyy/.packages. ![image](https://github.com/microsoft/AL-Go/assets/19235259/83ba35e8-40cb-41a4-853f-6d0e96562c65)...

Need more info

As @nixpt82 asked in #486, is there a way to generate runtime packages as an app file? We have a product that we want to distribute onprem, but we have...

enhancement

We are working with AL: Go for GitHub in a configuration that we have a separate repository for the dependencies and those are included in the artifacts of the product...

bug
Fix Ready

The setting **fullBuildPatterns** allows us to configure when a full build is triggered. As far as I understand this does not apply for pull request builds. Is there anything available...

enhancement

We have a multi project repository which has the following state: repoVersion = 23.0 - App 1: - app.json ==> 23.0 - App 2: - app.json ==> 23.0 - App...

enhancement