In our team, we've recently added added Newtonsoft.Json.dll as a reference to a community package and DIS is unable to carry over this reference to the QAction63000. Even if the reference is added manually upon the next Class Library auto-generation, it gets wiped out.
Is there any correct procedure for this? is it perhaps a limitation and that the community packages need to be standalone and not have any references of external libraries?
Hi Reza
You could add the DllImport attribute to the classes of your community package that require that specific import.
The DllImport attribute is located in the Skyline.DataMiner.Library.Common.Attributes namespace and it would look something like this
That’s now sorted, thanks João!