Issue
I want to know how to produce a c# executable file on Linux as when I build all I get is a DLL file in the bin folder that I don't know how to execute. Note: I'm using vscode as my code editor and Manjaro is my Linux distro.
Solution
Did you try command?
dotnet app_name.dll
Answered By - buithienquyet Answer Checked By - Senaida (WPSolving Volunteer)