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?
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. 🪄
Okay, perfect! Happy coding!
that makes sense, worked as soon as I checked what Philip mentioned in his post. Dooh (always check your setup)