Repl.Testing
0.9.1-dev.44
This is a prerelease version of Repl.Testing.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Repl.Testing --version 0.9.1-dev.44
NuGet\Install-Package Repl.Testing -Version 0.9.1-dev.44
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="Repl.Testing" Version="0.9.1-dev.44" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.Testing" Version="0.9.1-dev.44" />
<PackageReference Include="Repl.Testing" />
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 Repl.Testing --version 0.9.1-dev.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.Testing, 0.9.1-dev.44"
#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 Repl.Testing@0.9.1-dev.44
#: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=Repl.Testing&version=0.9.1-dev.44&prerelease
#tool nuget:?package=Repl.Testing&version=0.9.1-dev.44&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl.Testing
Repl.Testing is an in-memory harness for multi-step and multi-session tests over a Repl command surface.
Install
dotnet add package Repl.Testing
Example
using Repl;
using Repl.Testing;
await using var host = ReplTestHost.Create(() =>
{
var app = ReplApp.Create().UseDefaultInteractive();
app.Map("hello", () => "world");
return app;
});
await using var session = await host.OpenSessionAsync();
var execution = await session.RunCommandAsync("hello --no-logo");
Docs
- Testing toolkit guide: docs/testing-toolkit.md
- Community DeepWiki (unofficial): deepwiki.com/yllibed/repl
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Repl.Defaults (>= 0.9.1-dev.44)
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 |
|---|---|---|
| 0.9.2-dev.11 | 22 | 3/4/2026 |
| 0.9.2-dev.7 | 27 | 3/4/2026 |
| 0.9.2-dev.3 | 35 | 3/3/2026 |
| 0.9.2-dev.2 | 38 | 3/2/2026 |
| 0.9.2-dev.1 | 38 | 3/2/2026 |
| 0.9.1 | 87 | 3/2/2026 |
| 0.9.1-dev.45 | 38 | 3/2/2026 |
| 0.9.1-dev.44 | 38 | 3/1/2026 |
| 0.9.1-dev.19 | 42 | 2/28/2026 |
| 0.9.1-dev.11 | 39 | 2/26/2026 |
| 0.9.1-dev.10 | 43 | 2/26/2026 |
| 0.9.0 | 78 | 2/25/2026 |