csharp

interactive C# shell

Install

All systems
curl cmd.cat/csharp.sh
Debian Debian
apt-get install mono-csharp-shell
Ubuntu
apt-get install mono-csharp-shell
Arch Arch Linux
pacman -S mono-csharp-shell
image/svg+xml Kali Linux
apt-get install mono-csharp-shell
Fedora
dnf install mono-csharp-shell
Windows (WSL2)
sudo apt-get update sudo apt-get install mono-csharp-shell
Raspbian
apt-get install mono-csharp-shell

mono-csharp-shell

interactive C# shell

Mono is a platform for running and developing applications based on the ECMA/ISO Standards. Mono is an open source effort led by Xamarin. Mono provides a complete CLR (Common Language Runtime) including compiler and runtime, which can produce and execute CIL (Common Intermediate Language) bytecode (aka assemblies), and a class library. This package contains the interactive C# shell named csharp. csharp permits dynamically evaluating C# statements, and can be used for writing scripts or testing code fragments. For examples and a brief overview of the commands see: http://www.mono-project.com/CsharpRepl

mono-core

code

mono

Free implementation of the .NET platform including runtime and compiler