Hi all, i'm trying to figure out how i can make my own library (or any other third party library) work in AL - Business Central, if anyone can help would be much appreciated.
What i have been doing so far:
- Business Central is on premise, no cloud needed
- app.json has "target": "Internal"
- edited user settings in VScode as suggested on some blogs:
- this where i'm including dotnet types in a random codeunit:
(First 2 libraries works, the problems come with last one)
- If i try to build i get this error:
Answers
Ty anyway for helping me to realize this, i was almost there 😅