DigitalOcean.API icon indicating copy to clipboard operation
DigitalOcean.API copied to clipboard

:whale2: .NET implementation of the DigitalOcean API

Results 22 DigitalOcean.API issues
Sort by recently updated
recently updated
newest added

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...

dependencies

Bumps NSubstitute from 4.2.2 to 4.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NSubstitute&package-manager=nuget&previous-version=4.2.2&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.10.1 to 108.0.1. Release notes Sourced from RestSharp's releases. 108.0.0 What's Changed Fixing incorrect BOM handling in the response by @​alexeyzimarev in restsharp/RestSharp#1781 Change RestClientOptions to MaxTimeout...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.10.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.1 to 2.4.5. Release notes Sourced from xunit.runner.visualstudio's releases. v2.4.4.1 Changes: Bugs: #292: Fixing a hang in test discovery Others: #304: Update xunit version to 2.4.2-pre.12 #297:...

dependencies

The manifest digest in the URL can't be encoded. This removes the `manifestDigest` as a RestSharp URL parameter and adds it straight to the URL.

I implemented main endpoints for new new block "Apps": - List All Apps - Create a New App - Delete an App - Retrieve an Existing App - List App...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

When fetching load balancers via `Get` or `GetAll`, the `IpAddress` property of the result does not get populated (despite being in the raw JSON response as `ip`). All other properties...