Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuget package installed, but no owncloudsharp namespace #32

Open
MikhailKrasnobaev opened this issue Jul 27, 2017 · 2 comments
Open

Nuget package installed, but no owncloudsharp namespace #32

MikhailKrasnobaev opened this issue Jul 27, 2017 · 2 comments
Assignees
Milestone

Comments

@MikhailKrasnobaev
Copy link

MikhailKrasnobaev commented Jul 27, 2017

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!

@bnoffer
Copy link
Owner

bnoffer commented Jul 31, 2017

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 bnoffer self-assigned this Jul 31, 2017
bnoffer added a commit that referenced this issue Jan 8, 2018
-replaced the original RestSharp with a portable library port
@bnoffer
Copy link
Owner

bnoffer commented Jan 13, 2018

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

bnoffer added a commit that referenced this issue Jan 16, 2018
-started updating the code to use JSON (work in progress)
-updated submodule reference
@bnoffer bnoffer added this to the ownCloud# 2.0 milestone Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants