Hi folks, I usually download the package directly form orchestrator and change extension to zip, so I can extract the code from the nupkg and no need to use git, I use the control version directly from orchestrator.
But what I notice from last year is that now when you do this approach the dependencies come as “Runtime” and you need to remove all the Runtime packages and reinstall in order to get the code properly open again.
Do you guys know why this happen? What kind of approach do you use as version control? Would be great to be able to use the version control directly from orchestrator for the code itself, but since only the package is there we need to convert to zip and extract the code, and then update those dependencies manually