ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Generated GraphQL classes not compatible with < .NET 6

Open samnorr opened this issue 9 months ago • 10 comments

I just tried to use the generated GraphQL classes in a .NET Framework project, but for some reason wasn't able to access them... I then realized that they are specifically targeting .NET 6 and greater. Just wondering what the reason is for this - is it a restriction with the tool used for generating these? I would have thought it would be possible to keep compatibility for those of us still on .NET Framework?

I know there are already some plans to refactor these classes, so maybe this is already on the roadmap.

Thanks!

samnorr avatar Jan 22 '25 20:01 samnorr