Dylan
Dylan
I've run in to this same issue connecting to Azure DevOps repositories. Looks like it's specifically for Azure AD backed organisations (if your Azure DevOps account was just created with...
I put together _a_ fix in a fork that seemed to fix this specific issue for us: https://github.com/OctopusDeploy/libgit2sharp/pull/1. There may be issues with it, we're not currently using it in...
It's definitely not a fun one. Understand around the socket exhaustion. I had some brief thoughts about using [IHttpClientFactory](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) but I'm yet to use it outside an ASP.NET app with...
> Yeah, that's also not an option for this library since it's not designed to be used outside of ASP.NET Core. I saw some vague mentions of it being possible,...