Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Implement SourceLink #179

Closed
StefH opened this issue Jun 29, 2018 · 2 comments
Closed

Feature: Implement SourceLink #179

StefH opened this issue Jun 29, 2018 · 2 comments

Comments

@StefH
Copy link
Collaborator

StefH commented Jun 29, 2018

SourceLink can be added, so users can debug their own stores much more easy. More info on https://github.com/dotnet/sourcelink

@StefH
Copy link
Collaborator Author

StefH commented Oct 25, 2018

csproj

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>

@StefH StefH closed this as completed Nov 1, 2018
@zspitz
Copy link

zspitz commented Oct 6, 2020

Source Link appears to be broken ATM.

The current instructions to enable Source Link require a PackageReference for the appropriate source code provider (for Dynamic LINQ this would be GitHub):

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>

But none of the Dynamic LINQ projects have this reference.

I've found Nuget Package Explorer useful for debugging this issue.

(ping @JonathanMagnan)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants