I am trying to run a simple C# console app and I get the error: scriptcs: command not found
.
In a question asked 5 years ago, the answer states to brew install scriptcs
. The only problem is that when I attempted that, I got this error: scriptcs has been disabled because it is not maintained upstream!
. My program works ok with the dotnet run
command in the terminal, within VSCode, but not just with the run button.
Please how do I resolve this?
Thank You.