Hi All,
I seem to have an issue by when importing a protocol or automation script in VS using DIS it doesn't seem to import everything and I get some missing assemblies which means I have to go through and try work out which and where they are missing.
Is this meant to happen?
Is there a way to import from DataMiner into VS that pulls everything with it?
I always restore NuGet packages when importing but never fixes everything
Thanks
Ryan
Hi Ryan
DIS can not resolve if a certain assembly comes from a NuGet or is custom. That is why you have missing assemblies.
If you have scripts or connectors that use them, then I would suggest to have a look at the DevOps and CICD aspect that Skyline is working with.
Have the scripts and connectors as solutions. If you combine this with Git for example, you can have a single repository for a connector where others can also collaborate with. This way, you don't have to import the connector each time and you have a nice history of what has been changed.