ancplua.evaluation.template 2.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet new install ancplua.evaluation.template@2.1.6
                    
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.

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/.
  • upstream-drafts/ — draft upstream donation artifacts (feature requests / bug reports) for microsoft/agent-framework and dotnet/extensions. Not filed. These legitimately must stay backcompat-aware against published upstream APIs — keep that note; do not "modernize" them to internal/unreleased shapes.

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
2.1.7 92 7/4/2026
2.1.6 91 7/2/2026
2.1.5 94 7/2/2026
2.1.4 90 7/1/2026
2.1.3 133 6/11/2026
2.1.2 119 6/11/2026
2.1.0 125 6/11/2026
1.0.1 134 6/9/2026