logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Mono Runtime - Run .NET Assemblies | Online Free DevTools by Hexmos

Run .NET assemblies with the Mono runtime. Execute and debug .NET programs effortlessly using command-line interface. Free online tool, no registration required.

mono

Runtime for the .NET Framework. More information: https://www.mono-project.com/docs/.

  • Run a .NET assembly in debug mode:

mono --debug {{path/to/program.exe}}

  • Run a .NET assembly:

mono {{path/to/program.exe}}

See Also