Hi Dojo,
when I try to open a new automation script project or user-defined API project I get the message "Skyline.DataMiner.Sdk not found". I have reinstalled the DIS without success, still the same issue. I had this issue already at the Empower event.
How can I fix it?
Hi Stefan
On the troubleshooting page for the Skyline.DataMiner.Sdk you can find more information: Troubleshooting – Skyline DataMiner SDK | DataMiner Docs


Hi Stefan
My NuGet.config contains the following: <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
Without the '"' that you have. And the 'Skyline' you can remove (as the value is empty anyway).
Have you tried using the .NET tool as mentioned in the docs? That should try to 'download' the NuGet so that it's already on your system.

Hi Michiel, thanks I got it installed was a small workaround. Now the solutions are loading!
One more question, how can I use Skyline.DataMiner.CommunityLibrary.Netinsight.Nimbra? I can't add it to the project. Is there no button anymore to push it directly to Dataminer server?

Hi Stefan
The Nimbra NuGet package is not publicly available. Not sure who is responsible for that one.
Regarding the button to push directly to DataMiner, that is still the same. You need to go to the XML file of the script and there you can see the 'Publish' button as usual.
Hi Michiel,
not working still. I guess it's a problem with the nuget.config.
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Skyline" value="" />
</packageSources>
Can you share me the value for the packageSources?