Install Visual Studio 2015 update 1 or later
- Remove packages folder: %USERPROFILE%\.dnx\packages
- Run cmd.exe as Administrator
- Execute this command →
mklink /D %USERPROFILE%\.dnx\packages %USERPROFILE%\.nuget\packages
Run the layout script once (restores packages, downloads externals, generates source files, etc). Building from VS won't do these steps.
- Navigate to the
src
folder from the command prompt - Run =>
dev layout
- Open File->Open->Project/Solution
- Select project.json file that you want to debug
Visual Studio will create a solution and ".xproj" project files. These files should not be under source control. They are currently set to be ignored by the repo's .gitignore file.
Press F5 to debug