Hi,
I would like to debug the release version of ASP.NET Core. Could you please help in what is the preferred approach?
Background: I have not found any symbol server that would serve ASP.NET Core symbols for me so I decided that I build ASP.NET Core (especially ASP.NET Core MVC Core) myself. I have read on this page that "Make sure you can build the code." Unfortunately I have not found more information. A bit more information about what is the preferred way of building it might also help.
I have tried building the Mvc solution from within Visual Studio 2015, but package restore fails with e.g.
"The dependency moq.netcore >= 4.4.0-beta8 could not be resolved. Microsoft.AspNetCore.Mvc.Core.Test C:\src\repos\Mvc\test\Microsoft.AspNetCore.Mvc.Core.Test\project.json 38"
regardless of adding
https://dotnet.myget.org/F/aspnetcore-master/api/v3/index.json
feed to the solution's NuGet.config.
Any information would be appreciated!
Many thanks.
-Gyula