• Stars
    star
    287
  • Rank 143,577 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A web-based compiler for C# and VB.NET, powered by the Roslyn Project.

Compilify.net

Compilify makes the .NET compiler completely portable and accessible through a fast, simple interface that fosters sharing and collaboration.

Based on a blog post by Filip Ekberg.

Running Compilify locally

Debugging this project requires that MongoDB and RabbitMQ be running locally.

Nuget packages will be missing the first time the solution is opened. They will be retrieved from Nuget the first time you attempt to build.

The solution contains the web application and the background worker. Visual Studio can be configured to start both simultaneously while debugging.

In Visual Studio:

  1. Right-click the Solution node in the Solution Explorer window.
  2. Select "Set StartUp Projects".
  3. Choose "Multiple startup projects".
  4. Set the "Action" for "Web" and "Worker" to "Start".