You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to generate documentation for any .app-file, I run into a warning that reference module Application was not loaded. This causes missing references in the final documentation.
The only way I have succeeded in getting a pdf with correct references, is running aldoc.exe build -o .\doc2 -s "[files-in-alpackages]" -c .alpackages
separately for each and every MS dependency, and then running
docfx build docfx.json
docfx pdf docfx.json
But in doing this, the build takes really really long (like an hour), and it generates pdf's for all of Microsoft's apps as well, which I don't want.
Internal work item: AB#565417
The text was updated successfully, but these errors were encountered:
When attempting to generate documentation for any .app-file, I run into a warning that reference module Application was not loaded. This causes missing references in the final documentation.
I've done all steps outlined in:
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/help/help-aldoc-generate-help
I have tried setting the exact Application version (same as the .app-file in .alpackages) in the app.json-file, it does not matter.
I have tried including or excluding the target app ("Solution") from the init call, but the result is the same.
The only way I have succeeded in getting a pdf with correct references, is running
aldoc.exe build -o .\doc2 -s "[files-in-alpackages]" -c .alpackages
separately for each and every MS dependency, and then running
But in doing this, the build takes really really long (like an hour), and it generates pdf's for all of Microsoft's apps as well, which I don't want.
Internal work item: AB#565417
The text was updated successfully, but these errors were encountered: