How can I debug the source code of .Net Core or the Base class libraries (coreFx)?
问题 I am using .NET Core 1.0 and Visual Studio 2015 Update 3 to make a simple Asp.Net Core MVC website. How can I debug my application and "Step Into" the .NET Core source code that is available on GitHub? Specifically, I am trying to troubleshoot one issue with Microsoft.AspNetCore.Authentication.Facebook 1.0.0 assembly that I fetched from NuGet. 回答1: I wrote this article more than 1 year ago so it's a bit out of date but the idea is still the same: You sync to the correct tag from GitHub. In