-
Notifications
You must be signed in to change notification settings - Fork 330
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
We aren't currently embedding SourceLink information into the PDB - that allows a debugger to automatically find and pull the source files.
https://github.com/dotnet/sourcelink has info
C:\dotnet>dotnet tool install --global sourcelink
Since you just installed the .NET Core SDK, you will need to reopen the Command Prompt window before running the tool you installed.
You can invoke the tool using the following command: sourcelink
Tool 'sourcelink' (version '3.0.0') was successfully installed.
…
C:\dotnet>sourcelink test C:\pkg\lib\netstandard2.0\Microsoft.Spark.pdb | find /i "failed"
sourcelink test failed
(Note you need 2.1 installed currently to run the tool: ctaggart/SourceLink#380)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working