16

Please, could compiler output contains:

  • Duration: Directly states the time taken for compilation in seconds.
  • Output Package Path and Size: Clearly shows the full path to the compiled .app file with its size in parentheses.


Benefits include more comparable results within the team and faster output file localization in multi-project workspaces.


Suggested output:

```

Microsoft (R) AL Compiler version 15.0.17.63735

Copyright (C) Microsoft Corporation. All rights reserved


Compilation started for project 'AL Project 1' containing '167' files at '20:36:57.027'.



Compilation ended at '20:36:59.315' (duration: 2.29 seconds).


Compiled package: C:\Repos\ALProject1\Default Publisher_AL Project 1_24.0.0.0.app (240 kB)


Success: The package is created.

```


Current output:

```

Microsoft (R) AL Compiler version 15.0.17.63735

Copyright (C) Microsoft Corporation. All rights reserved


Compilation started for project 'AL Project 1' containing '167' files at '20:36:57.027'.



Compilation ended at '20:36:59.315'.


Success: The package is created.

```

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