StefanMaron / vsc-lintercop

MIT License
6 stars 6 forks source link

LC throws 207,000 lines of warnings after update to AL Language v11 #9

Closed NKarolak closed 1 year ago

NKarolak commented 1 year ago

Since I updated to AL Language v11, the Linter cop is over-active whenever I create a package: 207,000 output lines. A block of permission lines is repeated over and over again. I'd like to share the full output file with you, but not publicly.

jwikman commented 1 year ago

This happens every time you use a LinterCop dll built for an older version of the compiler than you are currently using.

So no need to dig too deep into your different warnings.

BUT, I would love to get to a solution where there are different versions of LinterCop dll released, compiled for current release of the compiler and the nextmajor version of the compiler. :)

jwikman commented 1 year ago

According to Stefan, a new version of the dll is released: https://github.com/StefanMaron/BusinessCentral.LinterCop/issues/280

StefanMaron commented 1 year ago

Yep, was just about to comment here as well, thanks @jwikman

NKarolak commented 1 year ago

Ah cool, let me quickly check ... Btw, this influence of the linter cop was weird: https://github.com/microsoft/AL/issues/7356#issuecomment-1494419590