Agentics.Extensions.Aspire.Testkit
0.2.0
See the version list below for details.
dotnet add package Agentics.Extensions.Aspire.Testkit --version 0.2.0
NuGet\Install-Package Agentics.Extensions.Aspire.Testkit -Version 0.2.0
<PackageReference Include="Agentics.Extensions.Aspire.Testkit" Version="0.2.0" />
<PackageVersion Include="Agentics.Extensions.Aspire.Testkit" Version="0.2.0" />
<PackageReference Include="Agentics.Extensions.Aspire.Testkit" />
paket add Agentics.Extensions.Aspire.Testkit --version 0.2.0
#r "nuget: Agentics.Extensions.Aspire.Testkit, 0.2.0"
#:package Agentics.Extensions.Aspire.Testkit@0.2.0
#addin nuget:?package=Agentics.Extensions.Aspire.Testkit&version=0.2.0
#tool nuget:?package=Agentics.Extensions.Aspire.Testkit&version=0.2.0
Agentics integration testkit for Aspire
Runs the public Agentics integration testkit as one Aspire container and injects its API, OAuth, and hosted-Git settings into an integrator application.
var agentics = builder.AddAgenticsTestkit("agentics", options =>
{
options.Owner = "arvoworks";
options.AppName = "Arvo Works local integration";
});
builder.AddNpmApp("arvo", "../portal")
.WithAgenticsTestkit(agentics);
WithAgenticsTestkit supplies AGENTICS_BASE_URL, AGENTICS_TOKEN_URL,
AGENTICS_GIT_URL, AGENTICS_CLIENT_ID, AGENTICS_CLIENT_SECRET, and
AGENTICS_SPONSOR_OWNER, and waits for the testkit health check.
The fixture is ephemeral by default. Set options.PersistData = true for a named Docker
volume. Credentials are deterministic and test-only: never expose the resource publicly
or use it for production data.
| Product | Versions 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. |
-
net10.0
- Aspire.Hosting (>= 13.4.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.