StefanMaron / BusinessCentral.LinterCop

Community driven code linter for AL (MS Dynamics 365 Business Central)
https://stefanmaron.com
MIT License
68 stars 27 forks source link

Wrong Warnings when there are no symbols #581

Closed pri-kise closed 2 months ago

pri-kise commented 3 months ago

Currenlty the LinterCop reports wrong/strange warning when I open a Workspace where I haven't downloaded any symbols yet.

e.g. LC0003 is reported wrong in this context.

image

Is it possible to stop the Code Analysis when there are no symbols

Arthurvdv commented 3 months ago

The LC0003/LC0005 rules indeed create a (possible) false positive when there where now symbols downloaded yet.

This should now be resolved in the (pre)release version of v0.30.16 of the LinterCop.

Arthurvdv commented 3 months ago

Version v0.30.16 of the LinterCop is now released. Is it possible to verify of the issue is now resolved?