Yaaf.FSharp.Scripting
1.1.1
See the version list below for details.
dotnet add package Yaaf.FSharp.Scripting --version 1.1.1
NuGet\Install-Package Yaaf.FSharp.Scripting -Version 1.1.1
<PackageReference Include="Yaaf.FSharp.Scripting" Version="1.1.1" />
paket add Yaaf.FSharp.Scripting --version 1.1.1
#r "nuget: Yaaf.FSharp.Scripting, 1.1.1"
// Install Yaaf.FSharp.Scripting as a Cake Addin #addin nuget:?package=Yaaf.FSharp.Scripting&version=1.1.1 // Install Yaaf.FSharp.Scripting as a Cake Tool #tool nuget:?package=Yaaf.FSharp.Scripting&version=1.1.1
This library builds on top of the FSharp.Compiler.Service library and provides a nice API for F# script integration. It provides APIs to push values into and to get values from scripts. Additionally it adds some extension methods missing from the FSharp.Compiler.Service API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
- FSharp.Compiler.Service (>= 0.0.84)
- FSharp.Core (>= 3.1.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.7.1 | 1,345 | 10/8/2016 |
1.7.0 | 1,012 | 9/2/2016 |
1.6.1 | 1,005 | 7/2/2016 |
1.5.2 | 1,177 | 1/18/2016 |
1.5.1 | 1,091 | 1/16/2016 |
1.5.0 | 1,220 | 1/16/2016 |
1.4.1 | 1,154 | 1/16/2016 |
1.4.0 | 1,216 | 9/28/2015 |
1.3.0 | 1,082 | 9/20/2015 |
1.2.1 | 1,116 | 9/5/2015 |
1.2.0 | 1,080 | 9/5/2015 |
1.1.12 | 1,089 | 9/5/2015 |
1.1.11 | 1,171 | 7/25/2015 |
1.1.10 | 1,116 | 7/25/2015 |
1.1.9 | 1,149 | 7/25/2015 |
1.1.8 | 1,143 | 7/25/2015 |
1.1.7 | 1,062 | 5/14/2015 |
1.1.6 | 1,285 | 4/29/2015 |
1.1.5 | 1,253 | 4/29/2015 |
1.1.4 | 1,172 | 4/29/2015 |
1.1.3 | 1,276 | 4/28/2015 |
1.1.2 | 1,322 | 4/27/2015 |
1.1.1 | 1,212 | 4/26/2015 |
1.1.0 | 1,221 | 4/25/2015 |
1.0.13 | 1,241 | 4/25/2015 |
1.0.12 | 1,261 | 4/25/2015 |
1.0.11 | 1,252 | 4/25/2015 |
1.0.10 | 1,237 | 4/25/2015 |
1.0.8 | 1,166 | 4/24/2015 |
1.0.7 | 1,147 | 4/24/2015 |
1.0.6 | 1,152 | 4/24/2015 |
1.0.5 | 2,917 | 3/20/2015 |
1.0.4 | 1,302 | 3/1/2015 |
1.0.2 | 2,171 | 1/26/2015 |
1.0.1 | 1,076 | 1/24/2015 |
1.0.0 | 2,294 | 1/21/2015 |
Add ScriptHost.CreateForwardWriter which creates a new TextWriter that forwards everything to a simple (string -> unit) function.
Add session.ChangeCurrentDirectory and session.WithCurrentDirectory, to take care of relative paths within executed snippets.
Some more docs.