Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.08 KB

File metadata and controls

26 lines (21 loc) · 1.08 KB
title description ms.author ms.date ms.topic author ms.reviewer
Compiler Warning (Future Error) AL0593
The type of the parameter '{0}' on the event subscriber '{1}' has a smaller capacity than the parameter type '{2}' on the publisher.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Compiler Warning (Future Error) AL0593

[!INCLUDEbanner_preview]

The type of the parameter '{0}' on the event subscriber '{1}' has a smaller capacity than the parameter type '{2}' on the publisher.

Description

The capacity of the type of a parameter on an event subscriber is smaller than the capacity of type of the same parameter on the publisher, which will lead to a lossy conversion.

See Also

Get Started with AL
Developing Extensions