chx777
How to create a single self-contained executable of a dotnet 8 C# console app in vscode?
I am a beginner trying to learn C# on linux using vscode. When i run the command dotnet run, i know that an executable is created in the bin/debug folder. When i run the executable from within this folder it runs fine.But what i want is to be able to run a copy of this executable file from anywhere on my computer. I hope someone can help on this.
3 replies