dsonnet
dsonnet
@progunnerr I tried your fork, I didn't have time to investigate, but a simple Task getStringTask = Client.CreateAsync(product); that is working with the nuget repository version seems to fail with...
@progunnerr I found the issue with your code. In the product model you are using properties that are Enterprise Edition specific, this fails on the community edition.
Yes I already patched your code on my local machine and without this attribute it is working
@pardahlman It would be great to have this merged
@progunnerr in your new implementation of GetAllAsync you dropped support for parentcode, this is not optimal if you try to fetch the attributeoptions where you need some kind of server...