Thordax

Results 5 comments of Thordax

After many investigations, the problem concerned this code: options.HttpClientFactory = new ProxyAwareHttpClientFactory(); //... public class ProxyAwareHttpClientFactory : HttpClientFactory { protected override HttpMessageHandler CreateHandler(CreateHttpClientArgs args) { var httpClientHandler = new HttpClientHandler...

> @jariq > > I don't know why your library doesn't detect an application that runs with MacCatalyst, I downloaded the project and returned `_isMacOsX = true ` > >...

Is this project Ok for you ? You just have to click the first button after launching the project https://we.tl/t-7UGrF2CS4c

Hi @angelru I tried to add that reference in the csproj file, but I suppose the file "libempty-pkcs11-catalyst.dylib" is missing. How could I get that file ? Should I compile...

Thanks @angelru I got the same error unfortunately (missing file "libdl", and I don't know how to get it). Without it, I can't call the native method "dlopen" in the...