answering @u7angel initial quest: as a quick “fix”, latest previews now have a new commandline parameter. e.g usage:
--nuget-path C:\MyProject\nugets
setting this, replaces the default global nugets directory. this allows you to set the path to a directory that is part of your project. please let us know if this improves your workflow.
clarification: how does this differ from the “–package-repositories” commandline parameter? specifying a custom nuget-path, ignores the default global path, while specifying package-repositories adds to the search path and also allows multiple paths to be specified.
this is not the case. nugets found in paths specified by the “–package-repositories” commandline parameter are taking precedence.