-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifacts .current.dll
and .next.dll
will become obsolete in the future
#709
Comments
@Arthurvdv Hi ! For a few hours I have had the following error in VSCode: I went to check Issues and Releases and came across this post. You said :
However I found this in Releases: Is this OK? |
Hi @pibcht! The error you're receiving maybe is caused by the fact that the Latest release version of the LinterCop doesn't include a Currently on every new (pre)release of the AL Language, we need to release a new versions of the LinterCop (Latest and Pre-Release). I've noticed an increase in releasing pre-release versions of the AL Language, where this is getting more challenging to keep up the pace.
The both assets you're referring to are same, where I can understand the confusion based on the file size that is shown. More confusing could be that I guess you did look at the Pre-Release version of the LinterCop, which does include an asset for the AL version 14.0.1108692. You can always inspect the file and on it's properties there's the AL Language version the assets has been build for. In the screenshot below (in Dutch). |
Thanks for taking the time to clarify this question and for the tip to look at the properties of the DLL 👍🏻. My problem has indeed been solved for a few hours and I was able to integrate the latest LC00xx into my ruleset.json. |
With the introduction of supporting multiple versions of the AL Language, the naming of the artifacts could be interpreted in various ways. It wasn't always clear if the
current
ornext
relates to the version of the LinterCop itself or the AL Language.To create more clarity about this, to new artifacts where added;
If you're doubting which is the correct artifact, probably the
BusinessCentral.LinterCop.dll
is the one you need.To create a better distinction between the pre-release of the LinterCop and the AL Language, the .next has been renamed to
BusinessCentral.LinterCop.AL-PreRelease.dll
and is currently exact the same as theBusinessCentral.LinterCop.next.dll
.In the not yet determined future, not earlier than 2025, the
.current.dll
and.next.dll
will no longer be included in the releases.The text was updated successfully, but these errors were encountered: