Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrusbatch/compilify
A web-based compiler for C# and VB.NET, powered by the Roslyn Project.
https://github.com/jrusbatch/compilify
Last synced: 6 days ago
JSON representation
A web-based compiler for C# and VB.NET, powered by the Roslyn Project.
- Host: GitHub
- URL: https://github.com/jrusbatch/compilify
- Owner: jrusbatch
- License: mit
- Created: 2012-04-02T00:39:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T18:07:47.000Z (over 1 year ago)
- Last Synced: 2025-01-17T05:50:06.722Z (9 days ago)
- Language: C#
- Homepage:
- Size: 2.04 MB
- Stars: 289
- Watchers: 20
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet - compilify - A web-based compiler for C# and VB.NET, powered by the Roslyn Project. (Libraries, Frameworks and Tools / Compilers, Transpilers and Languages)
README
# 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](https://github.com/fekberg/Roslyn-Hosted-Execution) by Filip Ekberg.
## Running Compilify locally
Debugging this project requires that [MongoDB](http://www.mongodb.org/display/DOCS/Home) and [RabbitMQ](http://www.rabbitmq.com/) 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".