When a Studio is installed, when I try to open a project, all dependencies show as red. Why the dependencies do not get refreshed? Does it need a developer’s license to refresh dependencies?
When I load a project for the first time, how do I open it? With .xaml file?
When you open an project with dependencies which are not available in local .nuget folder, Studio will not be able to restore it. You will have to restore it by right clicking on it.
Yes, you should have developer license. Other license will allow you to see the project in read only mode.
That works with dependencies packaged along with package. When running the bot/package it will get the dependencies from package itself.
But when we open the code from package it don’t find the dependency because when we publish package, it only package the runtime version of the package.
I have a article on this package versions. You can go through it for more details.