FSharp.Quotations.Evaluator
2.1.0
dotnet add package FSharp.Quotations.Evaluator --version 2.1.0
NuGet\Install-Package FSharp.Quotations.Evaluator -Version 2.1.0
<PackageReference Include="FSharp.Quotations.Evaluator" Version="2.1.0" />
<PackageVersion Include="FSharp.Quotations.Evaluator" Version="2.1.0" />
<PackageReference Include="FSharp.Quotations.Evaluator" />
paket add FSharp.Quotations.Evaluator --version 2.1.0
#r "nuget: FSharp.Quotations.Evaluator, 2.1.0"
#:package FSharp.Quotations.Evaluator@2.1.0
#addin nuget:?package=FSharp.Quotations.Evaluator&version=2.1.0
#tool nuget:?package=FSharp.Quotations.Evaluator&version=2.1.0
A quotations evaluator for F# based on LINQ expression tree compilation. Some constructs are not supported and performance may be slower than F# compiled code. Based on the old F# 2.0 PowerPack code.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.1)
NuGet packages (19)
Showing the top 5 NuGet packages that depend on FSharp.Quotations.Evaluator:
| Package | Downloads |
|---|---|
|
Akka.FSharp
F# API support for Akka.NET |
|
|
Aardvark.Rendering.NanoVg
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
VinylUI
VinylUI is a framework for building WPF and Windows Forms applications in F# that embraces functional paradigms and MVC-like separation of responsibilites. |
|
|
Sharpino
F# Event Sourcing Library |
|
|
Brahma.FSharp
Core components of Brahma.FSharp. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FSharp.Quotations.Evaluator:
| Repository | Stars |
|---|---|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.0 | 382,435 | 3/12/2020 |
| 2.0.0 | 3,571 | 11/23/2019 |
| 1.1.3 | 71,993 | 10/31/2018 |
| 1.1.2 | 32,281 | 3/25/2018 |
| 1.1.1 | 1,808 | 3/25/2018 |
| 1.1.0 | 7,460 | 3/21/2018 |
| 1.0.7 | 17,675 | 12/15/2015 |
| 1.0.6 | 353,126 | 3/9/2015 |
| 1.0.4 | 3,018 | 11/24/2014 |
| 1.0.3 | 1,948 | 11/19/2014 |
| 1.0.2 | 2,986 | 11/1/2014 |
| 1.0.1 | 3,788 | 9/8/2014 |
| 1.0.0 | 4,407 | 9/8/2014 |
Fix "Argument types do not match" on nested if statement.