Skip to content

[Feature] Start doing parallel compiles like AL .net tools is doing #918

@RonKoppelaar

Description

@RonKoppelaar

Is your feature request related to a problem? Please describe.
We have a large multi project workspace and compiling all the apps is taking quite some time (20min+). Doing parallel compiles of the workspace can significant improve performance.

Describe the solution you'd like
With the introduction of AL .Net tools by Microsoft a cmdline tool is introduce to compile a multi project workspace. When using this cmdline tool the tool will check all dependencies inside the workspace, and start compiling the apps in parallel. In our case this improved from 20min+ compile time to nearly 5min.

Describe alternatives you've considered
As an alternative I could direct call the AL .Net tools from my pipeline

Additional context
Important for this feature (not handled by MS in the AL .Net tools). Altough you have a multi project workspace, the compiler settings (code cops, error levels) might differ per project.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions