Yaaf.FSharp.Scripting
1.6.1
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Yaaf.FSharp.Scripting -Version 1.6.1
dotnet add package Yaaf.FSharp.Scripting --version 1.6.1
<PackageReference Include="Yaaf.FSharp.Scripting" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Yaaf.FSharp.Scripting --version 1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Yaaf.FSharp.Scripting, 1.6.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Yaaf.FSharp.Scripting as a Cake Addin
#addin nuget:?package=Yaaf.FSharp.Scripting&version=1.6.1
// Install Yaaf.FSharp.Scripting as a Cake Tool
#tool nuget:?package=Yaaf.FSharp.Scripting&version=1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- FSharp.Compiler.Service (>= 2.0.0.6)
- FSharp.Core (>= 4.0.0.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 | 969 | 10/8/2016 |
1.7.0 | 741 | 9/2/2016 |
1.6.1 | 751 | 7/2/2016 |
1.5.2 | 887 | 1/18/2016 |
1.5.1 | 810 | 1/16/2016 |
1.5.0 | 937 | 1/16/2016 |
1.4.1 | 886 | 1/16/2016 |
1.4.0 | 936 | 9/28/2015 |
1.3.0 | 819 | 9/20/2015 |
1.2.1 | 789 | 9/5/2015 |
1.2.0 | 775 | 9/5/2015 |
1.1.12 | 807 | 9/5/2015 |
1.1.11 | 910 | 7/25/2015 |
1.1.10 | 845 | 7/25/2015 |
1.1.9 | 870 | 7/25/2015 |
1.1.8 | 877 | 7/25/2015 |
1.1.7 | 784 | 5/14/2015 |
1.1.6 | 990 | 4/29/2015 |
1.1.5 | 977 | 4/29/2015 |
1.1.4 | 890 | 4/29/2015 |
1.1.3 | 992 | 4/28/2015 |
1.1.2 | 1,020 | 4/27/2015 |
1.1.1 | 938 | 4/26/2015 |
1.1.0 | 950 | 4/25/2015 |
1.0.13 | 972 | 4/25/2015 |
1.0.12 | 970 | 4/25/2015 |
1.0.11 | 966 | 4/25/2015 |
1.0.10 | 959 | 4/25/2015 |
1.0.8 | 904 | 4/24/2015 |
1.0.7 | 875 | 4/24/2015 |
1.0.6 | 875 | 4/24/2015 |
1.0.5 | 1,530 | 3/20/2015 |
1.0.4 | 907 | 3/1/2015 |
1.0.2 | 1,262 | 1/26/2015 |
1.0.1 | 810 | 1/24/2015 |
1.0.0 | 1,386 | 1/21/2015 |
On CoreCLR we can use the current directory and AppContext.BaseDirectory to resolve assemblies.