The Permissions property on codeunit objects should use lowercase r i m d` only
#383
Replies: 1 comment 1 reply
|
We're picking this up as a new FormattingCop rule: FC0006 Before implementation lands, two scope questions for anyone following this discussion: 1. Codeunit objects only, or all objects with a
|
Uh oh!
There was an error while loading. Please reload this page.
From discussion on Yammer (Link: https://engage.cloud.microsoft/main/org/microsoft.com/threads/eyJfdHlwZSI6IlRocmVhZCIsImlkIjoiMzkyNjI0NTIxMzc3MzgyNCJ9?trk_copy_link=V2)
So, I think it could be good to have a code analyzer rule that checks that lower-case
r,m,i,dis used in thePermissionsproperty oncodeunitobjects (and probably also the other object types that support the property, except forpermissionsetandpermissionsetextensionobjects where it has a different meaning).All reactions