Description
C# source files can be run like scripts without creating a full project first. It is useful for developers automating tasks or experimenting with C# snippets from the command line.
Script execution runs local code with user permissions. Avoid untrusted scripts and review filesystem or network actions before running them.