AL-Go version
9.0
Describe the issue
When I enable workspace compilation in AL-Go, the build fails with AL1022 for external AL app dependencies.
The same repository builds successfully when workspaceCompilation is disabled, so this seems specific to the workspace compilation path rather than a general dependency or project configuration problem.
Expected behavior
The build should succeed the same way it does without workspace compilation, or external dependencies should be resolved consistently between the normal build path and the workspace compilation path.
Steps to reproduce
Enable workspace compilation in settings:
"workspaceCompilation": {
"enabled": true,
"parallelism": 4
}
Additional context (logs, screenshots, etc.)
No response
AL-Go version
9.0
Describe the issue
When I enable workspace compilation in AL-Go, the build fails with
AL1022for external AL app dependencies.The same repository builds successfully when
workspaceCompilationis disabled, so this seems specific to the workspace compilation path rather than a general dependency or project configuration problem.Expected behavior
The build should succeed the same way it does without workspace compilation, or external dependencies should be resolved consistently between the normal build path and the workspace compilation path.
Steps to reproduce
Enable workspace compilation in settings:
"workspaceCompilation": {
"enabled": true,
"parallelism": 4
}
Additional context (logs, screenshots, etc.)
No response