Mono on Glitch for .NET/C#

I think mono on Glitch would be great, this would allow developers to run and develop C# apps in the cloud! Currently mono/csc is not installed.

image

Hey there,

Nice suggestion! While I am unsure about Mono framework, these work perfectly on Glitch:
.NET Core 2.1 is installed including the dotnet CLI tool along with the ASP.NET run-time. I was able to compile a basic F# HelloWorld using this guide.

Happy Glitching!

1 Like

I didn’t notice! (anything but F# it makes no sense)

The .Net Core support is great, but it would still be nice to have Mono support for running .Net Framework apps or apps that have a .Net Framework dependency (I have a command line app that happens to have a dependency on a Unity dll and it would be great to be able to integrate that into a Glitch app).