Any idea how I can find the cause of this issue? Mac terminal just responds with "command not found" trying to run an ASP.NET core app published using self-contained deployment.
OK. So to summarize. Microsoft does make .NET Core apps cross platform, but the Windows developers must learn carefully some macOS and Linux ABCs before diving to another operating system.
Common issues are,
./executable_name
, and this is a convention.chmod a+x executable_name
(most Linux distributions require this).