i keep getting this error when i try run c# in vs code
"'scriptcs' is not recognized as an internal or external command,
operable program or batch file."
4 Replies
you missing a using reference, nuget package or dll?
They're watching some clueless youtuber most likely
C# is project-based. It is not file-based!
$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
Don't use scriptcs
Use the proper .NET SDK and compile and run a project