2026-06-12 02:32:38 +05:00
2026-06-12 02:20:27 +05:00
2026-06-12 01:49:40 +05:00
2026-06-12 01:49:40 +05:00
2026-06-12 02:32:38 +05:00

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

Description
execute .cs files without msbuild
Readme 38 KiB
Languages
C# 100%