Hi,
I'm trying to create a wrapper around a class library so from .Net Core 2.2 we can use web services. I've created a project which uses .Net 4.7 based on the samples, when calling from a Console Application it works, when I add a .Net Core 2.2 API Project and call that class it says the Can't load Laserfiche HttpClient?
are there any examples with .Net Core? also I've read a few posts regarding Http Client and it's not been answered, I'm using the 10.2 version.
Thanks in advance.