Suppress AL0432 obsolete warnings for AllObj."Object Name" field#8117
Suppress AL0432 obsolete warnings for AllObj."Object Name" field#8117SBalslev wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
AL Documentation Audit
Documentation gaps were detected in the following apps:
- Permission-Sets: 0% documentation coverage
- Retention-Policy: 0% documentation coverage
- Test-Runner: 4% documentation coverage
- Web-Service-Management: 94% documentation coverage
To generate documentation, run /al-docs init or /al-docs update using GitHub Copilot CLI or Claude Code.
This review is for awareness to help keep documentation in sync with code changes. It is okay to dismiss this request.
7887923 to
b6893a6
Compare
|
AL0432 suppression hides obsolete API usageFour separate Recommendation:
Line mapping was unavailable, so this was posted as an issue comment. 👍 useful · ❤️ especially valuable · 👎 wrong - reply with why |
Platform PR 246852 marks AllObj."Object Name" as ObsoleteState=Pending. Add #pragma warning disable/restore AL0432 around all references. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
7a57568 to
c7487f1
Compare
Summary
Suppresses AL0432 compiler warnings introduced by platform PR 246852, which marks AllObj."Object Name" as ObsoleteState = Pending.
Applied #pragma warning disable/restore AL0432\ around all references in 4 codeunits:
Related