I am using Visual Studio .net Core with Linux Docker Contianers. I am attempting to use dlopen, which is part of the libdl.so library. I get:
DllNotFoundException
.
Unable to load shared library libdl.so
or one of its dependencies
I was going to download the .so somewhere and put it in the execution path. Unfortunately I could not find a straight copy of libdl.so
.
Is there some way to include this library? Maybe a Nuget package Thanks