Open.Evaluation.Core 2.0.0-alpha04

This is a prerelease version of Open.Evaluation.Core.
dotnet add package Open.Evaluation.Core --version 2.0.0-alpha04
                    
NuGet\Install-Package Open.Evaluation.Core -Version 2.0.0-alpha04
                    
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="Open.Evaluation.Core" Version="2.0.0-alpha04" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Open.Evaluation.Core" Version="2.0.0-alpha04" />
                    
Directory.Packages.props
<PackageReference Include="Open.Evaluation.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Open.Evaluation.Core --version 2.0.0-alpha04
                    
#r "nuget: Open.Evaluation.Core, 2.0.0-alpha04"
                    
#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.
#:package Open.Evaluation.Core@2.0.0-alpha04
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Open.Evaluation.Core&version=2.0.0-alpha04&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Open.Evaluation.Core&version=2.0.0-alpha04&prerelease
                    
Install as a Cake Tool

Open.Evaluation.Core

Foundational abstractions for the Open.Evaluation family: the Catalog<T> that owns and deduplicates evaluation nodes, the evaluation Context, and the base operator/parameter/constant types that hierarchical formula trees are built from. It has no operators of its own — pair it with Open.Evaluation.Arithmetic and/or Open.Evaluation.Boolean, or take the Open.Evaluation metapackage for both.

See LICENSE.txt (GPL v3) for licensing information.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Open.Evaluation.Core:

Package Downloads
Open.Evaluation.Arithmetic

Sum, Product, and Exponent arithmetic operators over generic numeric types, plus catalog extensions for parsing, mutating, and varying arithmetic formula trees.

Open.Evaluation.Boolean

And, Or, Not, and Conditional boolean operators, plus Exactly/AtLeast/AtMost fuzzy-logic counting operators, for building and evaluating boolean formula trees.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0-alpha04 91 2026/8/18
2.0.0-alpha03 87 2026/8/18
2.0.0-alpha02 85 2026/8/18
2.0.0-alpha01 196 2024/11/22