CodeCop Warning AA0246

Suppressing all diagnostics is not allowed.

Description

Suppressing all diagnostics is not allowed. Specify the diagnostic(s) that you want to suppress.

Remarks

Enabling this rule allows to enforce that when suppressing diagnostics using theĀ #pragma warning disable, the code(s) of the diagnostics to suppress must be specified instead of suppressing all analyzer diagnostics and compiler warnings.

See Also

CodeCop Analyzer
Getting Started with AL
Developing Extensions
Directives in AL