question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Suggestion: Add Source Link to all nuget packages

See original GitHub issue

Hi @JeremySkinner 👋

Could we get Source Link included into the nuget packages so we can debug into them, if required.

REF: https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink

Sample scenario: I’m trying to debug why my validator isn’t returning a validation error in a test (which is should be doing) but the OnFailure is getting called … so then I can see what’s going on.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JeremySkinnercommented, Oct 23, 2019

These are very different things. We already provide embedded debugging symbols.

This feature request was specifically for sourcelink integration.

1reaction
JeremySkinnercommented, Sep 12, 2019

This isn’t something I personally am going to have time to look into at the moment, but if you have the time to experiment with it and it all looks OK then feel free to submit a PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Source Link and .NET libraries
Source Link is a technology that enables source code debugging of .NET assemblies from NuGet by developers. Source Link executes when ...
Read more >
Nuget packages with both debug and release
As a suggestion, you should create two nuget packages(Debug or Release) of the project and ... add any source files </ItemGroup> </Project>.
Read more >
How to Use NuGet Packages: The Ultimate Guide
In Visual Studio, go to Tools > Options and then select Package Sources under the NuGet Package Manager. Choose the Add icon (+),...
Read more >
NuGet packages in the Package Registry
In the NuGet section, select Sources to view a list of all your NuGet sources. Select Add. Complete the following fields: Name: Name...
Read more >
Azure DevOps and Telerik NuGet Packages
Let's walk through adding a Service Connection to the Telerik NuGet server. To start, go to the Project Settings in your DevOps project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found