In VizStudio I have cloned and opened a repo, it says the NuGet packages are installed but according to the QAction references they are not installed.
Any ideas what I'm missing?
Following Joachim's answer, also check you have the the nuget.org 'https://api.nuget.org/v3/index.json' package resource configured in the NuGet Package Manager.
Hi Richard,
When you clone a repo and open your solution in Visual Studio, you will indeed still have this problem. In your QActions, the SLProtocol will not be recognized for instance while the using Skyline.Dataminer.Scripting is there... 🤔
What you can do to fix this is going to your Solution Explorer and right-click on your solution called "Protocol". In this menu, click on Restore Nuget Packages. 🖱️
In the Output Window (more specific to the output of the Package Manager) you will see some restore messages. 📃
And after that, you should see all these red curly braces magically disappear. 🪄
that makes sense, worked as soon as I checked what Philip mentioned in his post. Dooh (always check your setup)
Okay, perfect! Happy coding!
Thanks found it was a mix of both. But more of a setup issue of should of checked what you said first.