Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Nuget "Install-Package" integration? #320

Closed
knocte opened this issue Mar 2, 2018 · 1 comment
Closed

Nuget "Install-Package" integration? #320

knocte opened this issue Mar 2, 2018 · 1 comment

Comments

@knocte
Copy link

knocte commented Mar 2, 2018

Sorry if I'm completely missing the point, but I've just discovered SourceLink and I'm quite excited about having a way to finally have sources along with my dependencies.

But the thing I'm a bit worried about is that this project seems to be very focused on the debugging use-case. But how about reusing all you have done for a new use-case? Dependency-retreival at development time. This boils down to downloading sources, instead of binaries, when adding nuget dependencies to a project, at development time.

Feel free to close this as out of scope but, I had to ask.

Thanks

@knocte knocte changed the title Nuget integration? Nuget "add package" integration? Mar 2, 2018
@knocte knocte changed the title Nuget "add package" integration? Nuget "Install-Package" integration? Mar 2, 2018
@ctaggart
Copy link
Owner

ctaggart commented Mar 2, 2018

Yeah, this project is just tooling to help enable source link functionality. It is pretty limited in scope. Source link information could definitely be used by code editors to retrieve the source while coding too. This was done with source index info by Resharper and F# Power Tools in the past. It should be doable with source link info too. In any case, happy to talk about it here, but these tools are more limited in scope.

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

No branches or pull requests

2 participants