Having a working asp.net app. Now trying to replace one of the official bundled asp.net components with local clone of project from github. E.g.
EntityFrameworkCore
https://github.com/aspnet/EntityFrameworkCore
Using Visual Studio 2017. The best found so far is this post, but refering to outdated method with
global.jsonhttps://blogs.msdn.microsoft.com/webdev/2015/02/06/debugging-asp-net-5-framework-code-using-visual-studio-2015/
Haven't found any updates to the post, maybe an out-of-box solution exists in Visual Studio 2017? Should this be handled through the
NuGetpackage system? Any tip is welcome.
---
ps. Maybe forums.asp.net is more suitable than SO to this type of questions, so migrating this https://stackoverflow.com/questions/46562194/howto-debug-asp-net-app-with-local-source-from-github-e-g-entityframeworkcore