AL-Go version
preview
Describe the issue
When building reference documentation, AlDoc does not use the --packageacache flag, meaning it does not have access to dependencies.
This does not crash the code, but throws warnings about missing modules when generating documentation for an app depending on some other app.
Expected behavior
AlDoc should not throw warnings about missing modules and instead use the --packagecache flag to pass dependencies (which are already downloaded in the action, but not used)
Steps to reproduce
Run the flow to generate reference documentation in a repo with one app depending on some other app.
Additional context (logs, screenshots, etc.)
No response
AL-Go version
preview
Describe the issue
When building reference documentation, AlDoc does not use the --packageacache flag, meaning it does not have access to dependencies.
This does not crash the code, but throws warnings about missing modules when generating documentation for an app depending on some other app.
Expected behavior
AlDoc should not throw warnings about missing modules and instead use the --packagecache flag to pass dependencies (which are already downloaded in the action, but not used)
Steps to reproduce
Run the flow to generate reference documentation in a repo with one app depending on some other app.
Additional context (logs, screenshots, etc.)
No response