C
C#15mo ago
ctnasu

scriptcs error

has anyone encountered this error?
No description
10 Replies
Angius
Angius15mo ago
What are you trying to do that would require scriptcs?
ctnasu
ctnasuOP15mo ago
I get zsh: command not found: scriptcs error when running the code
MODiX
MODiX15mo ago
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.
Angius
Angius15mo ago
sciptcs is not how you run C# projects
ctnasu
ctnasuOP15mo ago
No description
Angius
Angius15mo ago
C# 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
ctnasu
ctnasuOP15mo ago
i am using vs code for c#. i can run with dotnet but i cant run in vs code
333fred
333fred15mo ago
$vscode
MODiX
MODiX15mo ago
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
333fred
333fred15mo ago
You absolutely can run with vs code. Make sure you follow the instructions

Did you find this page helpful?