10 Replies
What are you trying to do that would require scriptcs?
I get zsh: command not found: scriptcs error when running the code
Angius
What are you trying to do that would require scriptcs?
Quoted by
<@85903769203642368> from #scriptcs error (click here)
React with ❌ to remove this embed.
sciptcs
is not how you run C# projectsC# is not Python
You don't run individual loose files
You run projects
With
dotnet run
command, for example
To create a project, you use dotnet new [template]
command
For example, dotnet new console
i am using vs code for c#. i can run with dotnet but i cant run in vs code
$vscode
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
You absolutely can run with vs code. Make sure you follow the instructions