Frédéric Vercaemst

Results 46 issues of Frédéric Vercaemst

When I declare an internal interface with methods. (Interface is set to internal, allowing use to add methods without breaking things) And implement the interface by adding the methods in...

bug
Resolved

See animation for more details ;) ![Promote](https://github.com/DavidFeldhoff/al-codeactions/assets/25268332/6d32fcaf-fe7c-4b0f-adcb-40665daa28e1)

released

Related to #153 In AL-GO, we have specified below setting ``` "customCodeCops": [ "https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/latest/download/BusinessCentral.LinterCop.current.dll" ], ``` Our github actions fail with below warning ``` [Build Core (Default) / Core (Default):...

documentation

- Fix typo 'BankAccount' > 'Bank Account' - Added transferfields support between 'Customer' > 'Customer Templ.' ``` codeunit 1381 "Customer Templ. Mgt." ... CustomerTempl.TransferFields(Customer); ... ```

bug
enhancement
part of upcoming release

We have a multi-project repository with one **library** app (Core) - **without** AppSource listing - and several others apps / projects with an AppSource listing. ![image](https://github.com/microsoft/AL-Go/assets/25268332/25b49897-8a16-4aea-819c-a74e79626217) I would like to...

enhancement

**Scenario** As an AppSource developer I want to detect breaking change asap in the development process (= in VS Code, even before the pipeline or AppSource service warning me). Currently...

enhancement

One of the things which is not clear is how to include translation updates as part of the dev process. I suppose this is on the agenda already, but pls...

enhancement

Having to move quite some repo's from Azure DevOps to Github repo's (single project repo's), we're considering to use the 'Add Existing App' on a fresh github repo created based...

Whenever a new major BC version is released, we do not only increase the app version of our apps, but have to update the app.json files to reference the latest:...

As mentioned in #143, the increment version number action (re)formats the json files using the PowerShell `ConvertTo-Json`. However, looking into the commit, some characters (e.g. &, ', ) are incorrectly...