FluentSharp.REPL 5.5.172

dotnet add package FluentSharp.REPL --version 5.5.172
NuGet\Install-Package FluentSharp.REPL -Version 5.5.172
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FluentSharp.REPL" Version="5.5.172" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentSharp.REPL --version 5.5.172
#r "nuget: FluentSharp.REPL, 5.5.172"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FluentSharp.REPL as a Cake Addin
#addin nuget:?package=FluentSharp.REPL&version=5.5.172

// Install FluentSharp.REPL as a Cake Tool
#tool nuget:?package=FluentSharp.REPL&version=5.5.172

FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs. It makes extensive use of .NET ExtensionMethods and it reduces the amount of code required.

This is the FluentSharp REPL which provides a C# REPL enviroment (REPL is Read Eval Print Loop) which allows for real-time execution of complex C# code (and GUI manipulation)

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.5.172 437 7/31/2014
5.5.171 59 7/31/2014
5.5.170 59 7/31/2014
5.5.169 61 7/31/2014
5.5.168 58 7/31/2014
5.5.167 87 7/20/2014
5.5.166 74 7/14/2014
5.5.165 66 7/13/2014
5.5.163 66 7/13/2014
5.5.162 67 7/13/2014
5.5.157 65 7/11/2014
5.5.156 75 7/7/2014
5.5.149 70 7/4/2014
5.5.148 66 7/4/2014
5.4.142 64 7/2/2014
5.3.121 60 7/23/2013
5.3.112 58 7/16/2013
5.3.111 55 7/15/2013
5.3.110 51 7/15/2013
5.3.109 51 7/14/2013
5.0.84 55 7/11/2013
5.0.83 56 7/11/2013
5.0.82 58 7/11/2013
5.0.81 50 7/11/2013
5.0.80 64 3/19/2013
5.0.79 55 3/1/2013
5.0.78 54 2/25/2013
5.0.77 52 2/19/2013
5.0.76 54 2/18/2013
5.0.75 55 2/18/2013
5.0.74 59 2/18/2013
5.0.73 56 2/17/2013
5.0.71 55 2/16/2013
5.0.70 53 2/16/2013
5.0.69 56 2/16/2013
5.0.68 54 2/16/2013
5.0.67 58 2/16/2013
5.0.66 55 2/16/2013
5.0.65 55 2/16/2013
5.0.60 57 2/15/2013
5.0.59 60 2/15/2013
5.0.58 57 2/15/2013
5.0.57 52 2/15/2013
5.0.52 54 2/7/2013
5.0.51 56 2/7/2013
5.0.50 56 2/3/2013
5.0.49 55 1/31/2013
5.0.44 60 1/31/2013
5.0.43 55 1/31/2013
5.0.42 55 1/31/2013
5.0.41 56 1/31/2013
5.0.40 53 1/31/2013
5.0.39 55 1/31/2013
5.0.38 60 1/29/2013
5.0.36 52 1/21/2013
5.0.27 53 1/21/2013
5.0.26 55 1/20/2013
5.0.25 56 1/20/2013
5.0.24 58 1/20/2013
4.5.3 53 11/22/2012
4.5.2 60 11/21/2012
4.4.3 56 11/6/2012
4.4.2 54 11/5/2012
4.4.1 59 10/14/2012
4.4.0 60 10/1/2012
4.2.1.1 53 9/29/2012
4.2.1 55 9/29/2012

5.0.x  - version auto created from TeamCity
4.5.3.0  - fixed visual bug in code editor
4.5.2.0 - Synced dll versions
4.4.3.0 - Updating refs to CoreLib and BCL
4.4.0.0 - Syncing all FluentSharp Dlls to 4.4.0.0
4.1.1.1 - First Commit