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

Add source link to nuget packages. #438

Open
dam5s opened this issue Mar 8, 2020 · 1 comment
Open

Add source link to nuget packages. #438

dam5s opened this issue Mar 8, 2020 · 1 comment

Comments

@dam5s
Copy link
Contributor

dam5s commented Mar 8, 2020

While source link is advertised for debugging purposes,
it would allow browsing the source code instead of having to manually search for the right documentation. Jetbrains Rider has source link integration built-in and will navigate to the source
when trying to navigate to the definition of a given type or function.

Here is the link on how to add it to a given fsproj file.
https://github.com/dotnet/SourceLink#using-sourcelink

I'm not super familiar with how project files are built but I'm guessing there might be a way to add this to all solution projects from just one place? If anyone can point me at the right location to put that config, I'm happy to do a pull request.

@dam5s
Copy link
Contributor Author

dam5s commented Mar 8, 2020

#439

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

No branches or pull requests

1 participant