You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,28 @@ This repository contains helper dotnet classess for dynamic code compilation and
7
7
Supported languages
8
8
- C#
9
9
- JavaScript
10
+
11
+
## Help us improve
12
+
Help us improve by sending us pull-requests or opening a [GitHub Issue](https://github.com/JDSRAO/CodeExecutor/issues)
13
+
14
+
## Table of Contents
15
+
1.[Development](#development)
16
+
2.[Usage](#usage)
17
+
3.[License](#license)
18
+
19
+
## Development
20
+
To use the samples with Git, clone the project repository with `git clone https://github.com/JDSRAO/CodeExecutor`
21
+
22
+
After cloning the respository:
23
+
* To build the samples, open `CodeExecutor.sln` solution file in Visual Studio 2017 and build the solution.
24
+
* Alternatively, open the project directory in command prompt and type ``` cd CodeExecutor ``` and build with 'dotnet build' or 'msbuild' specifying the target project file.
25
+
26
+
The easiest way to use these samples without using Git is to download the zip file containing the current version. You can then unzip the entire archive and use the solution in Visual Studio 2017.
27
+
28
+
## Usage
29
+
- Download the latest release from [here](https://github.com/JDSRAO/CodeExecutor/releases). Edit the config.json file and run the application.bat file.
30
+
- Alternatively download the latest [nuget package](https://www.nuget.org/packages/CodeExecutor/), install and start development.
31
+
- Please refer [wiki](https://github.com/JDSRAO/CodeExecutor/wiki) page for documentation.
32
+
33
+
## License
34
+
Please refer [here](LICENSE) for license information
0 commit comments