jasminsehic / infinity.net

.NET API for Azure DevOps and DevOps Server formerly Visual Studio Online and Team Foundation Server
Other
36 stars 13 forks source link

Upgraded project to .NET Standard 2.0 #20

Closed jasminsehic closed 5 years ago

ethomson commented 5 years ago

Hi @jasminsehic! Thanks for the work and the PR.

I'm afraid that I'm not maintaining this project anymore. Would you like to take it over?

jasminsehic commented 5 years ago

Hey @ethomson I can maintain it no probs.

ethomson commented 5 years ago

Cool. It looks like I can transfer this repository to you - however, you can't have your fork of this repository in your account. Can you delete your fork (https://github.com/jasminsehic/infinity.net), and then I'll transfer this repository to you?

That means that redirects and such will work from here to there, and the rest of the forks will remain pointing to your repository.

(Be sure to make a backup of any branches that you've pushed to your fork of this repository before you delete anything!)

jasminsehic commented 5 years ago

I've just deleted my fork and kept backup of branches. I can see that Travis CI and probably AppVeyor builds are failing. If that something you can transfer or should I create new projects for them?

ethomson commented 5 years ago

OK, I initiated the transfer!

As for CI, I think it might be worth setting up new ones entirely. (And I'm obligated to suggest https://azure.com/pipelines 😀 )

jasminsehic commented 5 years ago

OK just accepted it. I will give Pipelines a go too.

jasminsehic commented 5 years ago

@ethomson can you please add me as an owner for the nuget package on nuget.org? My username is jasminsehic

ethomson commented 5 years ago

can you please add me as an owner for the nuget package on nuget.org? My username is jasminsehic

I tried adding you, and it told me that it was successful, but it also gave me an internal server error. So let me know if you got it!

jasminsehic commented 5 years ago

Got it! All good.

jasminsehic commented 5 years ago

@ethomson question about Microsoft.TeamFoundationServer.Client. Would you say this supersedes the Infinity.NET library now? I personally find Microsoft.TeamFoundationServer.Client very difficult to follow and documentation isn't great and Infinity.NET has always been simpler. Just wanted to get your opinion on whether it is worth potentially building something on top of Microsoft.TeamFoundationServer.Client instead of direct REST api calls.