dnvm

What is the DNVM?

只愿长相守 提交于 2019-11-30 01:10:10
问题 I'm playing with the new Visual Studio Code editor, and created an ASP.NET 5 template project. To restore the packages, I found in the tutorials that I need to run the dnu restore command, which gets all the server side references that I need. After that, to build it I must run the dnx: web or kestrel command, and everything goes as expected. But, what are those tools? In the Git repository of the DNVM we don't have much information about it. Does the dnu restore uses NuGet? Is there some

How to fix DNX/DNVM in Visual Studio 2015?

喜你入骨 提交于 2019-11-27 07:22:15
Today I installed VS 2015 on Windows 7 x64. Mainly to test new .Net Core features and etc. And for test I created new C# "Console Application (Package)" solution and got this message: DNX SDK version 'dnx-clr-win-x86.1.0.0-beta5' failed to install. The solution will use DNX SDK version ‘dnx-clr-win-x86.1.0.0-beta5’ for this session. I can't compile and debug project. Also, when I have opened debug tab in project properties then VS crashed. DNVM output when I opened solution: Invoke-Command : The term 'x86' is not recognized as the name of a cmdlet, func tion, script file, or operable program.