6

Please implement smarter publishing based on check sums.


when I'm publishing from *.app from VS CODE, I think that is can be done smarter/faster.

"AL Language" can decide if application with same code (same CRC is already published).

If application is already published than it can be skipped.


Imagine situation when you have 30 apps (with base app) in workspace.

You switch in repo to another branche and need to have container up to date...


My prototype works on these steps:

1) Make topological graph of apps by dependencies in workspace

2) Iterate throught apps and download source code from server, compute CRC, check CRC agains workspace app, if it is different then publish app, else skip...


This steps reduce deploying from 20 minutes to 1 minute if only small apps are different...

Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team