Adding SourceLink to your .NET Core Library

Last week I read this tweets from Maxime Rouiller (@MaximRouiller): Then I found out that SourceLink is a language-and source-control agnostic system for providing first-class source debugging experiences for binaries." What that means is that, once you enable SourceLink, the users are able to step into your code...