kubernetes-client / csharp

Officially supported dotnet Kubernetes Client library
Apache License 2.0
1.09k stars 294 forks source link

Include net452 to KubernetesClient NuGet package #328

Closed BenRoberts86 closed 4 years ago

BenRoberts86 commented 4 years ago

We are trying to run KubernetesClient under mono however we are hitting the issue that HttpClientHandler.ServerCertificateCustomValidationCallback is not implemented, so cannot use the netstandard2.0 package version. The code has a path for NET452 but the package doesn't seem to be published to NuGet, please can this be added?

It seems some work was done previously to enable this via Azure pipelines (see https://github.com/kubernetes-client/csharp/issues/239 ) however the NET452 version is still not available via NuGet.

tg123 commented 4 years ago

the push to nuget part is not yet enabled, please allow us some time to have it done

fejta-bot commented 4 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale

tg123 commented 4 years ago

start at KubernetesClient 1.6.20 net452 was included