Allows loading C# scripts on runtime and executing them.
Info
Version: | 1.0.0 |
Author(s): | Matthew French |
Last Update: | Saturday, August 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MatthewFrench/CSharpScriptingEngine |
NuGet Url: | https://www.nuget.org/packages/MatthewFrench.CSharpScriptingEngine |
Install
Install-Package MatthewFrench.CSharpScriptingEngine
dotnet add package MatthewFrench.CSharpScriptingEngine
paket add MatthewFrench.CSharpScriptingEngine
MatthewFrench.CSharpScriptingEngine Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp(>= 2.9.0)
- log4net(>= 2.0.8)
Tags