AsterNET.ARI icon indicating copy to clipboard operation
AsterNET.ARI copied to clipboard

fix fields serialization format in UpdateObject method

Open evgenknis opened this issue 6 years ago • 3 comments

One more attempt to fix fields serialization issue that was mentioned here: https://github.com/skrusty/AsterNET.ARI/pull/61

I also found commit (https://github.com/skrusty/AsterNET.ARI/commit/32b06f09d5cdf23c998dbc5dcda1e82f55fbe8a2) where changes are to the generated code too. I`ve fixed it.

evgenknis avatar May 08 '19 06:05 evgenknis

Hello! I have faced this problem https://github.com/JamesNK/Newtonsoft.Json/issues/1998 when added variables to ARI channel request. So I have updated Newtonsoft.Json library to fix this. Also I have changed RestSharp.Portable to original RestSharp library, because RestSharp.Portable is no longer maintained and references old Newtonsoft library. Besides The Original RestSharp already supports .Net45 and .NetStandart. Also I adjusted frameworks in all projects to .net 4.5.2 and .netStandart 2.0

evgenknis avatar Oct 10 '19 13:10 evgenknis

Are you able to limit this PR to just the fix to the generator? It will make for a much cleaner PR to review.

skrusty avatar Apr 13 '20 08:04 skrusty

Are you able to limit this PR to just the fix to the generator? It will make for a much cleaner PR to review.

Hello. I did it

evgenknis avatar Apr 30 '20 10:04 evgenknis