Hi all,
I downloaded a connector from Repo manager, after I opened him in Visual studio, I tried to build it but got a lot of errors:
I found on Dojo this question: Namespace 'Core' does not exist in the namespace - DataMiner Dojo
tried but it didn't help.
Could you please advise on what might be causing these build errors?
Hi Alma,
As already discussed, this was caused by inaccessible internal NuGet package library, which was fixed after fixing library credentials, so the question can be marked as solved.
Hi Alma,
Could you check if your connector's Visual Studio solution is referencing the DataMiner Dev Packs | DataMiner Docs?
In this case, the Skyline.DataMiner.Dev.Protocol should be the relevant one.
If so, could you try using Visual Studio's 'Restore NuGet Packages' feature, followed by a complete solution rebuild?

Hi João,
Thank you for your response. I attempted your suggestion, but unfortunately, the issue persisted. However, I discovered that a Personal Access Token (PAT) was also required.
After generating a PAT with the necessary permissions, everything is now working correctly.
For the benefit of others who might encounter the same issue, I’m sharing the relevant link below:
https://docs.dataminer.services/develop/TOOLS/NuGet/Consuming_NuGet.html#step-1-creating-a-personal-access-token