Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.51 KB

appsourcecop-as0058.md

File metadata and controls

41 lines (33 loc) · 1.51 KB
title description ms.author ms.date ms.topic author ms.reviewer
AppSourceCop Error AS0058
Only use AssertError in Test Codeunits.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

AppSourceCop Error AS0058

Only use AssertError in Test Codeunits

Description

Only use AssertError in Test Codeunits.

AssertError must be used only in test codeunits, because it creates its own transaction scope. This can lead to unexpected behaviors when used in production code.

For more information about the usage of AssertError, see:

How to fix this diagnostic?

Error handling in production code must be done using Try Methods.

For more information, see:

See Also

AppSourceCop Analyzer
Get Started with AL
Developing Extensions
CodeCop AA0161