Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
154 stars 151 forks source link

Error on build project in visual studio 2013 #282

Closed acapanni closed 7 years ago

acapanni commented 7 years ago

Hi, I have 2 error when compile the project in visual studio 2013 on class product Error 1 'Bukimedia.PrestaSharp.Entities.product.manufacturer_name.get' must declare a body because it is not marked abstract or extern. Automatically implemented properties must define both get and set accessors. ...\PrestaSharp\Entities\product.cs 27 43 PrestaSharp

Error 2 'Bukimedia.PrestaSharp.Entities.product.quantity.get' must declare a body because it is not marked abstract or extern. Automatically implemented properties must define both get and set accessors. ...\PrestaSharp\Entities\product.cs 28 32 PrestaSharp

Please help me :) Regards

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.