asp.net-corednvm

"dnvm" command inside Package Console Manager doesn't show anything


Dnvm works in CMD but I can't use dnvm inside VS2015. why?

enter image description here

enter image description here


Solution

  • The actual commands are executing, however it does not output anything.

    Run this in Package Manager Console and see how it updates your default alias.

    dnvm alias default 1.0.0-beta7 -r coreclr -arch x64

    Until they fix the bug, you can run commands in Package Manager Console, just don't expect any output.