Add SourceLink for source debugging#538
Conversation
Adding SourceLink properties and NuGet package
|
I'm not 100% sure how this works so dunno how to test it :) |
|
Looks good to me, let's try it! |
|
@tmilnthorp I tried it and can't get it to work in Visual Studio 15.8.7, also running Another thing I just realized; I don't think we can use SourceLink after we removed all the generated code - since that source code no longer exists on github. 😞 Maybe we should just stick to symbols nuget packages, which we already have. |
|
Either that or we can add them back and use the following to clean up the GitHub diffs: https://robots.thoughtbot.com/github-diff-supression This would be nice too so you don't have to rerun generate every time you check out, switch branches, etc. |
This reverts commit c1b8832.
|
Let's continue discussion in #439. |
|
This was first reverted, then added back again in #548. |
Adding SourceLink per #532