HodorNV / ALOps

ALOps
59 stars 24 forks source link

UICop analyser not detected #156

Closed sriniGalway closed 4 years ago

sriniGalway commented 4 years ago

Hi Waldo,

We are trying to utilise the PerTenantExtensionCop and UICop AL analyser. The AL Ops compiler detects the PerTenantExtensionCop analyser but not the UICop.

Pipeline:

Warning: Starting AL Compiler... ** App.Name = XXX App.Publisher = XXX App.Compiler Path= C:\Run\Microsoft.al\al-ALLanguage\extension\bin\alc.exe Checking for Assemblies in App Add Windows Assembly Path [C:\Windows\assembly] Searching CodeCop: PerTenantExtensionCop Codecop found: C:\Run\Microsoft.al\al-ALLanguage\extension\bin\Analyzers\Microsoft.Dynamics.Nav.PerTenantExtensionCop.dll Searching CodeCop: UICop

[warning]Codecop not found: UICop

Kindly advice.

sriniGalway commented 4 years ago

There was space in between the analyser as is: al_analyzer: PerTenantExtensionCop, UICop expected: al_analyzer: PerTenantExtensionCop,UICop

This resolved the issue.

waldo1001 commented 4 years ago

Thanks! I didn't notice it :(.