mattkol / SugarRestSharp

SugarRestSharp is a .NET C# SugarCRM/SuiteCRM Rest API Client. It is .NET C# Wrapper for the SugarCRM/SuiteCRM REST API Client.
MIT License
30 stars 12 forks source link

Implementing this with SuiteCRM 7.11.18 #8

Open imviancagrace opened 2 years ago

imviancagrace commented 2 years ago

Hi we tried running this code but it kept giving us an error "JsonProperty namespace not found". Isn't that supposed to be fixed with "using Newtonsoft.Json"? I'm not sure if the framework is just outdated but we can't figure out how to get this repo to work.

mattkol commented 2 years ago

@imviancagrace definitely outdated at this stage. Actually the project should have been set to read only.

The last version this supports is v6. Please read https://github.com/mattkol/SugarRestSharp/issues/1#issuecomment-298262541

Thanks.