ovh / csharp-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot Net Core 3.1, Can not find Ovh namespace.

hieu-n opened this issue · comments

I'm using Dot Net Core 3.1. I installed csharp-ovh by using the following command:

dotnet add package csharp-ovh

Then I tried using Ovh.Api. Ovh can not be found/resolved.

Indeed, you are right, it seems we built the package incorrectly.
Fixing in progress.

We just fixed the incorrect NuGet package build. Version 4.0.4 of the library correctly contains the binaries now. Can you try it and tell us if it's OK on your side?

Thank you very much. The problem is fixed.