Files
CSharpScript/README.md
2026-06-12 02:32:38 +05:00

420 B

C# Script Compiler

Execute .cs files in directory without building the project

Building

dotnet publish CSharpScript -o bin

Usage

  1. copy CSharpScript.toml.default to CSharpScript.toml
  2. edit config
  3. ./CSharpScript [argumentss_for_your_program]

P.S. If you don't want to ask users to install dotnet runtime, use my portable mono runtime