cf-dotnet-sdk icon indicating copy to clipboard operation
cf-dotnet-sdk copied to clipboard

Cloud Foundry .NET SDK

Results 10 cf-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

Creating an issue here but please advise if this should be moved elsewhere. I am deploying an asp.net core application that uses SignalR and an Angular frontend that connects to...

I tried to add the repo http://nuget.15.126.229.131.xip.io/nuget/ but seems not working anymore.

vlad - are you open sourcing the generator to this?

Hi, I find the support for Tasks is still not available in this SDK. Hence I wanted to go ahead and create the same on my own. I see that...

Instead of targeting net45 it appears to the cf-dotnet-sdk could easily target .NETStandard (1.5 or higher). This way the library could be used in .NET Core Apps and on other...

The current authentication scheme renews the auth token _once_ it is expired and a new request is made via `BuildAuthenticationHeader()` and `CloudFoundryClient.GenerateAuthorizationToken()`. Unfortunately this does not account for the fact...

Unfortunately the API exposed by the CC237 version of the client does not allow setting the recursive and async flags for https://apidocs.cloudfoundry.org/238/spaces/delete_a_particular_space.html Any chance this can be implemented in the...

I am looking for a CF API client and looked at this project. However there's two things I'm wondering about: - where is the cf-sdk-builder that is used to auto-generate...