Report this

What is the reason for this report?

DigitalOcean API in .NET Framework

Posted on March 14, 2018

Hi, I have tried [1] Download this project source from GitHub and open with VS2015, and [2] Opened a new project and go to NuGet to install “DigitalOcean.API” in my project. (Although I changed my project’s Target framework into .NET 2.0 or .NET 4.5.2, still got errors) But seems all methods are not work for me. I don’t know why, I have no ideas. Please advise with thanks!

For [1] ref: https://i.imgur.com/bNDHqd9.png

For [2] ref: https://i.imgur.com/XxhblJ9.png



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
0

Looks like you already found your way there, but for other that end up on this question: The DigitalOcean.API .NET project is an open source project provided by a developer in the community. The best way to report an issues is on the project’s GitHub page:

From the project’s main developer:

[DigitalOcean.API] version 2.0+ is targeted towards .NET Standard 2.0. That means you need to target .NET 4.6.1+ as this is the earliest version that implements support.

If you’re unable to target that then you may want to try installing a previous 1.x version [of DigitalOcean.API] which should also be available on NuGet

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.