‘Newtonsoft.Json’ already has a dependency defined for ‘Microsoft.CSharp’

because NuGet Package Manager (Version 2.8.60318.667) for VS 2012 does not support .NETStandard (Used for Latest Newtonsoft Json Parser Lib. https://github.com/NuGet/Home/issues/3131 I resolve this issue by installing older version of Newtonsoft Json: PM> Install-Package Newtonsoft.Json -Version 9.0.1 More details on: https://github.com/NuGet/Home/issues/5162 .

JsonParser is deprecated

Based on the javadoc for Gson 2.8.6 No need to instantiate this class, use the static methods instead. and following are the alternatives to be used. // jsonString is of type java.lang.String JsonObject jsonObject = JsonParser.parseString​(jsonString).getAsJsonObject(); // reader is of type java.io.Reader JsonObject jsonObject = JsonParser.parseReader​(reader).getAsJsonObject(); // jsonReader is of type com.google.gson.stream.JsonReader JsonObject jsonObject = … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)