The dnvm command inside the package console manager shows nothing

Dnvm works in CMD, but I cannot use dnvm inside VS2015. why?

enter image description here

enter image description here

+6
source share
1 answer

Actual commands are executed, but do not display anything.

Run this in the package manager console and see how it updates the default alias.

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

Until they fix the error, you can run commands in the package manager console, just don't expect to exit.

+2
source

All Articles