ANcpLua.Evaluation.Template 3.0.3

dotnet new install ANcpLua.Evaluation.Template@3.0.3
                    
This package contains a .NET Template Package you can call from the shell/command line.

ANcpLua Agent Framework Evaluation Template

Installs the ancplua-evaluation dotnet new template.

Package id casing since 3.0.0: ANcpLua.Evaluation.Template. NuGet package ids are case-insensitive, so this is the same package as the lowercase ancplua.evaluation.template — same history, same versions; nuget.org displays the casing of the latest version. Updating is a normal upgrade. One local caveat: the installed-template identity changed in 3.0.0, so if you have 2.1.x installed, run dotnet new uninstall ancplua.evaluation.template once before installing — otherwise dotnet new sees two templates with the same ancplua-evaluation short name.

The generated project contains a runnable local evaluation demo plus an extracted reference/ tree with the evaluation API files, unit-test files, and sample demos from the source checkout.

dotnet new install ANcpLua.Evaluation.Template
dotnet new ancplua-evaluation -n MyEvaluation
cd MyEvaluation
dotnet run -- local

Repo layout

  • content/ — the template payload shipped in the nupkg: the generated consumer project (Ancplua.Evaluation.Template.csproj, Program.cs, Evaluation/) plus content/reference/, an extracted study tree of the Microsoft.Agents.AI evaluation API/source, unit-test, and sample files. dotnet new ancplua-evaluation scaffolds everything under content/.
  • eng/ — the vendoring pin and sync script for content/Evaluation/*.cs. Those files are owned by ANcpLua.Agents.Evaluation; this repository keeps editable copies so a scaffolded project can change a check without leaving the template. Run eng/sync-evaluation-sources.sh and commit the result to take a newer upstream; CI re-runs it and fails on any diff, so the copies cannot drift silently. content/Evaluation/FoundryStage.cs is template-local and deliberately not synced — it needs the preview Foundry/Azure dependencies that the stable package will not take.

The two near-identical .csproj

  • ANcpLua.Evaluation.Template.csproj (root) — the template packaging project (PackageType=Template); it packs content/ into the nupkg and is never run.
  • content/Ancplua.Evaluation.Template.csproj — the generated consumer project (OutputType=Exe); this is what dotnet new produces and dotnet run executes.
  • net10.0

    • No dependencies.

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
3.0.3 138 8/21/2026
3.0.2 124 8/21/2026
3.0.1 114 8/20/2026
3.0.0 123 8/20/2026
2.1.14 159 8/20/2026 2.1.14 is deprecated.
2.1.13 164 8/20/2026 2.1.13 is deprecated.
2.1.12 124 8/20/2026
2.1.11 143 8/14/2026
2.1.10 146 8/8/2026
2.1.9 163 8/3/2026
2.1.8 151 8/3/2026
2.1.7 194 7/4/2026
2.1.6 188 7/2/2026
2.1.5 195 7/2/2026
2.1.4 192 7/1/2026
2.1.3 230 6/11/2026
2.1.2 215 6/11/2026
2.1.0 217 6/11/2026
1.0.1 227 6/9/2026