Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 534 Bytes

File metadata and controls

14 lines (8 loc) · 534 Bytes

Adding source link

Why

SourceLink

Source link support allows source code to be downloaded on demand while debugging. SourceLink is a set of build tools to help create and test for source link support. Source link support is a developer productivity feature that allows unique information about an assembly's original source code to be embedded in its PDB during compilation.

https://github.com/ctaggart/SourceLink/blob/master/README.md

Steps

TODO

embedded