Error using p/invoke on Azure Linux App Service with .NET 6.0 and custom native shared library "no such file or directory" – Ubuntu
I am using a native code DLL in an ASP.NET Core .NET 6 application. I have compiled both a DLL for windows and a .so for Linux. I invoke it with the DLLImport attribute and the .NET loader is normally…