LC0077 - StefanMaron/BusinessCentral.LinterCop GitHub Wiki
Methods should always be called with parenthesis.
This rule is an extension on the existing CodeCop AA0008: Function calls should have parenthesis even if they do not have any parameters.
This rule introduces a diagnostic for a few more of the most common cases, like Count
, IsEmpty
, Today
, WorkDate
and GuiAllowed
.