Open guidorobben opened 3 months ago
You can use a special setting for the CleanUp to avoid this kind of changes. https://github.com/anzwdev/al-code-outline/issues/419
"alOutline.useBCLinterCopCaseRules": true
If I remember correctly, the Xmlport casing was tricky since the language is not consistent for this keyword, its used with different casing based on the context.
Oeps.I searched and couldnt find a double. Guess I was wrong.
I did some rework on the LC0005 rule, and I believe I've resolved this.
LC0005 says that it must be XmlPort (Captial P), but when I use intellisence, it uses Xmlport.
So which one is the correct one? I used AZ to cleanup my project and these came up.