ctaggart / SourceLink

Source Code On Demand
MIT License
356 stars 55 forks source link

Handle visualstudio.com origins #326

Closed sagmor closed 6 years ago

sagmor commented 6 years ago

This PR ads support for origins hosted on visualstudio.com.

I know it might be missing editor support for the authenticated access to VSTS's API, but at list the pdb generation part should be covered by this.

I will run an experiment locally to see how this works in practice, but I leave the code here for feedback.

ctaggart commented 6 years ago

Thanks for this @sagmor. Any chance, we can just add support in SourceLink v3. I know this is already on @tmat's radar.

tmat commented 6 years ago

Yes, this should be handled by https://github.com/tmat/repository-info/tree/master/src/SourceLink.VSO.Git in V3.

@ctaggart BTW: I'm making good progress on V3. Trying to address some library loading issues in gitlib2sharp currently ...

sagmor commented 6 years ago

Awesome, will take a look at the SourceLink.VSO.Git package then

ctaggart commented 6 years ago

I think this got renamed to SourceLink.VSTS.Git for Visual Studio Team Services. Currently private, but will be public: https://github.com/dotnet/sourcelink/tree/master/src/SourceLink.VSTS.Git