EvaluatedApplications.EvalApp 1.6.0

dotnet add package EvaluatedApplications.EvalApp --version 1.6.0
                    
NuGet\Install-Package EvaluatedApplications.EvalApp -Version 1.6.0
                    
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="EvaluatedApplications.EvalApp" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EvaluatedApplications.EvalApp" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="EvaluatedApplications.EvalApp" />
                    
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 EvaluatedApplications.EvalApp --version 1.6.0
                    
#r "nuget: EvaluatedApplications.EvalApp, 1.6.0"
                    
#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 EvaluatedApplications.EvalApp@1.6.0
                    
#: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=EvaluatedApplications.EvalApp&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=EvaluatedApplications.EvalApp&version=1.6.0
                    
Install as a Cake Tool

EvalApp

Async pipeline runtime for .NET. The shared execution substrate for Evaluated Applications products: resource-gated concurrency with adaptive/Bayesian auto-tuning, sagas with compensation, pluggable middleware, and a fluent builder.

Highlights

  • Resource-gated concurrency — declare CPU / IO / Network resources and let the runtime bound parallelism per resource.
  • Adaptive tuning — the runtime learns concurrency settings over runs (adaptive and Bayesian tuners) and persists them.
  • Sagas with compensation — multi-step flows that roll back cleanly on failure.
  • Middleware — retry, timeout, circuit breaker, timing, audit, validation.
  • Fluent API — compose pipelines with a readable builder.

License

Proprietary — this package ships the compiled library only; source is not distributed. Every capability in it is free to use; a license key is reserved for future advanced features (none are gated today). See LICENSE. Copyright (c) 2026 Dongyang Stephen Chen, trading as Evaluated Applications. All rights reserved.

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

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on EvaluatedApplications.EvalApp:

Package Downloads
EvaluatedApplications.HoloDb

An embeddable holographic SQL database for .NET: transactional (ACID with a write-ahead log), columnar storage with compiled predicates, holo-native constant-time integer aggregates, and hash joins, with an optional memory-mapped larger-than-memory tier. INT / TEXT / REAL columns and INT or TEXT/GUID primary keys. An EvalApp-backed data-parallel query path (parallel scans, group-by, top-K, and SIMD real aggregates). Built for real-time metrics: live aggregate reads (whole-table and grouped counts/sums) are served lock-free from a snapshot published after each write, so a streaming ingest never stalls a dashboard read; a per-query usage meter (rows/bytes processed) is available for billing. Integrates as an EvalApp extension — attach it to a pipeline and query it from a step — with async execution.

EvaluatedApplications.AlgFormer

The reusable phasor-model engine from PrismFormer: define a model, train it data-parallel through an EvalApp pipeline, and run inference (predict / generate, with an optional KV cache). Ships two param-for-param comparable cores — AlgFormer (softmax dot-product attention) and HoloFormer (holographic-native attention: bind the key to its value, causally bundle into one superposed memory trace, then resonate the query to retrieve, O(T·d) with O(1) KV-serve) — plus HoloShape capacity-law sizing. Pure double[] + SIMD, no external ML runtime. Built on the Phasor VSA codec and the EvalApp pipeline runtime.

EvaluatedApplications.Tracer

Fast pathfinding and game-AI SDK: navmesh pathfinding, multi-agent scheduling, dynamic obstacles, line-of-sight, fog-of-war, influence maps, grid tactics (tile line-of-sight, movement range, cover, target selection), and tactical behaviors. Built on the EvalApp pipeline runtime, with parallel, adaptively-tuned execution.

EvaluatedApplications.EvalApp.Neural

An always-learning neural concurrency tuner for EvalApp. A tiny holographic policy model (HoloFormer, ~0.4ms/decision) tunes resource-gate concurrency online and reacts in real time as conditions change; it ships warm and keeps learning. It matches the built-in heuristic on lean/clean pipelines and beats it on real coupled workloads (~25% faster on a multi-gate DB + disk + CPU benchmark). Opt in with .WithNeuralTuning() on your app.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.0 171 8/16/2026
1.5.0 119 8/15/2026
1.4.3 275 7/29/2026
1.4.2 154 7/29/2026
1.4.1 87 7/26/2026
1.4.0 101 7/26/2026
1.3.0 160 7/25/2026