Repl.Core
0.9.1-dev.10
See the version list below for details.
dotnet add package Repl.Core --version 0.9.1-dev.10
NuGet\Install-Package Repl.Core -Version 0.9.1-dev.10
<PackageReference Include="Repl.Core" Version="0.9.1-dev.10" />
<PackageVersion Include="Repl.Core" Version="0.9.1-dev.10" />
<PackageReference Include="Repl.Core" />
paket add Repl.Core --version 0.9.1-dev.10
#r "nuget: Repl.Core, 0.9.1-dev.10"
#:package Repl.Core@0.9.1-dev.10
#addin nuget:?package=Repl.Core&version=0.9.1-dev.10&prerelease
#tool nuget:?package=Repl.Core&version=0.9.1-dev.10&prerelease
Repl.Core
Repl.Core is the dependency-free runtime core of Repl Toolkit (no Microsoft.Extensions.* runtime dependencies).
It contains the fundamentals: route templates + constraints, option/argument binding, typed results, help/discovery, and middleware.
Install
dotnet add package Repl.Core
Minimal app
using Repl;
var app = CoreReplApp.Create();
app.Map("hello", () => "world");
return app.Run(args);
When to use something else
- Want DI + default interactive UX: use
Repl.Defaults(orReplmeta-package). - Want in-memory multi-session tests: use
Repl.Testing.
| 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
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Repl.Core:
| Package | Downloads |
|---|---|
|
Repl.Defaults
DI-enabled defaults and composition profiles for Repl Toolkit (ReplApp, interactive mode, lifecycle helpers). |
|
|
Repl
Meta package that bundles the default Repl experience (Core + Defaults + Protocol). |
|
|
Repl.Protocol
Machine-readable protocol contracts (help/error/docs export) for tooling and automation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.2-dev.11 | 0 | 3/4/2026 |
| 0.9.2-dev.7 | 27 | 3/4/2026 |
| 0.9.2-dev.3 | 36 | 3/3/2026 |
| 0.9.2-dev.2 | 41 | 3/2/2026 |
| 0.9.2-dev.1 | 40 | 3/2/2026 |
| 0.9.1 | 70 | 3/2/2026 |
| 0.9.1-dev.45 | 40 | 3/2/2026 |
| 0.9.1-dev.44 | 46 | 3/1/2026 |
| 0.9.1-dev.19 | 44 | 2/28/2026 |
| 0.9.1-dev.11 | 40 | 2/26/2026 |
| 0.9.1-dev.10 | 50 | 2/26/2026 |
| 0.9.0 | 70 | 2/25/2026 |