owncloud-sharp icon indicating copy to clipboard operation
owncloud-sharp copied to clipboard

Nuget package installed, but no owncloudsharp namespace

Open MikhailKrasnobaev opened this issue 8 years ago • 2 comments

Good day,

I installed the nuget, went without any errors. I can see the dependencies installed in "References", but no owncloudsharp for some reason. I am using VS2015 and an MVC 5 (.Net 4.5.1) project. Namespace is also not recognized.

edit:

Managed to manually add the project owncloud-sharp, turned it to a classic library project, added missing dependencies and nugets. Works like a charm!

MikhailKrasnobaev avatar Jul 27 '17 09:07 MikhailKrasnobaev

Thanks for confirming this issue. I encountered this myself. The problem is that for some reason all library references get added after the NuGet installation, except the reference to the ownCloud# library. As soon as I have more time, I'll investigate why that is.

bnoffer avatar Jul 31 '17 12:07 bnoffer

There is a problem with the 0.4.0 package on NuGet, please use the 0.3.0 version.

bnoffer avatar Jan 13 '18 00:01 bnoffer