c# - How to create a Project Template without requiring PacMan (or refresh)? -


if create new windows uwp project in visual studio 2015 using out-of-the-box blank template find intellisense works without having build or refresh project.

now, create custom project template based on blank template. find new project template creates project fine. however, new project not have intellisense until pacman (the nuget package manager) fetches microsoft.netcore.universalwindowsplatform package cache.

after invoke pacman , fetch microsoft.netcore.universalwindowsplatform, new project still not have intellisense. is, until refresh project in solution explorer. @ point, in business.

my question. setting in vstemplate.xml enables custom project template create project , work? say, can tell visual studio go ahead , run pacman , refresh project?

there 1 requirement scenario. important custom template not have custom project wizard. not viable solution problem. believe can solved configuration, not code.

please note, question involves nuget v3, not 2 or 1.

does know?


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -