strongloop-community / loopback-sdk-xamarin

LoopBack Xamarin SDK
http://loopback.io
Other
11 stars 4 forks source link

Type or namespace RestClient could not be found #7

Closed juleskreutzer closed 7 years ago

juleskreutzer commented 7 years ago

Bug or feature request

Description of feature (or steps to reproduce if bug)

After generating LBXamarinSDK.cs with the params forms check force I added the file to my Xamarin project.

I then installed FubarCoder.RestSharp.Portable and Newtonsoft.Json.

When I try to run the App, I get the exception that the type or namescape RestClient could not be found.

Expected result

The expected result is that the build would finish

Actual result (if bug)

When building the project, I get the following error:

The type or namespace name 'RestClient' could not be found (are you missing a using directive or an assembly reference?)

Additional information (Node.js version, LoopBack version, etc)