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

README.md example link goes to 404 #129

Closed
seangwright opened this issue Jul 22, 2018 · 1 comment
Closed

README.md example link goes to 404 #129

seangwright opened this issue Jul 22, 2018 · 1 comment
Labels
question Further information is requested

Comments

@seangwright
Copy link

You can enable SourceLink in your own project hosted on GitHub by following this example: in the README currently goes to a 404.

I'm trying to get source link working for my .netstandard 2.0 library that I've published on Nuget.

I've gone here https://github.com/ctaggart/SourceLink looking for documentation which pointed me here. But I'm having a really hard time figuring out what the state of this package/feature is.

What's the 'real' project/source I should be looking at?
Where's the most up to date documentation?
What should I be doing as a package creator?
What should I be doing as a package consumer?

Thanks

@tmat
Copy link
Member

tmat commented Jul 27, 2018

You can enable SourceLink in your own project hosted on GitHub by following this example: in the README currently goes to a 404.

Thanks for spotting it. I have updated README.md.

What's the 'real' project/source I should be looking at?

dotnet/sourcelink is an evolution of ctaggart/SourceLink project. dotnet/sourcelink is Microsoft supported implementation.

Where's the most up to date documentation?

The basics are summarized in https://github.com/dotnet/sourcelink/blob/master/README.md. More details are available here: https://github.com/dotnet/sourcelink/blob/master/docs/README.md.

What should I be doing as a package creator?

Follow the instructions on https://github.com/dotnet/sourcelink/blob/master/README.md - essentially just set a few properties and add a reference to a SourceLink package.

What should I be doing as a package consumer?

As long as you have the latest version of Visual Studio 2017 SourceLink should just work. There are known issues with authentication to private repositories for some source control providers (e.g. #135).

@tmat tmat added the question Further information is requested label Jul 27, 2018
@tmat tmat closed this as completed Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants