stil / CurlThin

Lightweight cURL wrapper for C# with support for curl_multi polling interface through libuv
Other
68 stars 18 forks source link

When referenced in x64 application, CurlThin.Native is still AnyCPU #6

Closed stil closed 6 years ago

stil commented 6 years ago

I've explicitly set executable to x64 and referenced CurlThin.Native. In result, x86 libcurl DLLs were copied to output directory instead of x64. It means RuntimeInformation.OSArchitecture is not reliable method of checking if process is run in x64

stil commented 6 years ago

Fixed in 30cf95230160827acb42c76c241432cd58dfd5f3