Can’t find .so file in nuget package when deployed via Docker
I’ve written a nuget package that uses some compiled rust code and want to be able to use this package on both linux and windows. I’ve compiled the rust code to a .dll and .so, and included both in the nuget package. Including the nuget package in my .net core project and testing locally on windows works fine. The issue comes when I deploy my .net core project within a docker container, to my linux based web server. Whenever any code in the nuget package that requires the .so gets called, I receive the exception: