Dnvm works in CMD but I can't use dnvm inside VS2015. why?
"dnvm" command inside Package Console Manager doesn't show anything
Asked Answered
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.
Using visual studio 2015 update1 and there is still no output, but confirming the commands do run and work. –
Viscose
© 2022 - 2024 — McMap. All rights reserved.
dnvm list
worked, until I executeddnvm update-self
. After that the list command didnt output anything anymore. – Mounting