Library to easily add a C# REPL feature.
Info
Version: | 2.1.0-alpha |
Author(s): | Yannick Excoffier |
Last Update: | Sunday, September 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yexcoffier/CSharpReplLib |
NuGet Url: | https://www.nuget.org/packages/CSharpReplLib |
Install
Install-Package CSharpReplLib
dotnet add package CSharpReplLib
paket add CSharpReplLib
CSharpReplLib Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CodeAnalysis.CSharp.Features(>= 3.2.1)
- Microsoft.CodeAnalysis.CSharp.Scripting(>= 3.2.1)
- Microsoft.CodeAnalysis.CSharp.Workspaces(>= 3.2.1)
- Microsoft.CodeAnalysis.Workspaces.Common(>= 3.2.1)
- Nito.AsyncEx.Coordination(>= 5.0.0)