Repl.Core
0.11.0-dev.108
See the version list below for details.
dotnet add package Repl.Core --version 0.11.0-dev.108
NuGet\Install-Package Repl.Core -Version 0.11.0-dev.108
<PackageReference Include="Repl.Core" Version="0.11.0-dev.108" />
<PackageVersion Include="Repl.Core" Version="0.11.0-dev.108" />
<PackageReference Include="Repl.Core" />
paket add Repl.Core --version 0.11.0-dev.108
#r "nuget: Repl.Core, 0.11.0-dev.108"
#:package Repl.Core@0.11.0-dev.108
#addin nuget:?package=Repl.Core&version=0.11.0-dev.108&prerelease
#tool nuget:?package=Repl.Core&version=0.11.0-dev.108&prerelease
Repl.Core
Website: repl.yllibed.org
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.
Docs
- Routes & Parameters — route templates, constraints, typed binding
- Built-in Types & Formats — scalar and temporal range types
- Pipelining & Integration — execution pipeline, exit codes
- Full documentation
| 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 (4)
Showing the top 4 NuGet packages that depend on Repl.Core:
| Package | Downloads |
|---|---|
|
Repl
Repl Toolkit meta-package: build one .NET command graph for CLI, interactive REPL, structured output, remote interactive sessions, and MCP-ready automation. |
|
|
Repl.Defaults
DI-enabled defaults and composition profiles for Repl Toolkit (ReplApp, interactive mode, lifecycle helpers). |
|
|
Repl.Protocol
Machine-readable protocol contracts (help/error/docs export) for tooling and automation. |
|
|
Repl.Logging
Logging infrastructure for Repl Toolkit with ambient session-aware context for Microsoft.Extensions.Logging. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.11.0-dev.126 | 49 | 7/9/2026 |
| 0.11.0-dev.125 | 49 | 7/9/2026 |
| 0.11.0-dev.124 | 51 | 7/9/2026 |
| 0.11.0-dev.123 | 58 | 7/9/2026 |
| 0.11.0-dev.108 | 62 | 7/8/2026 |
| 0.11.0-dev.68 | 87 | 7/5/2026 |
| 0.11.0-dev.67 | 97 | 7/4/2026 |
| 0.11.0-dev.63 | 110 | 6/26/2026 |
| 0.11.0-dev.56 | 98 | 6/24/2026 |
| 0.11.0-dev.51 | 6,050 | 5/9/2026 |
| 0.11.0-dev.6 | 5,520 | 5/2/2026 |
| 0.11.0-dev.4 | 80 | 5/1/2026 |
| 0.11.0-dev.3 | 137 | 4/25/2026 |
| 0.10.0 | 1,421 | 4/25/2026 |
| 0.10.0-dev.83 | 81 | 4/25/2026 |
| 0.10.0-dev.77 | 1,068 | 4/20/2026 |
| 0.10.0-dev.76 | 123 | 4/19/2026 |
| 0.10.0-dev.59 | 82 | 4/13/2026 |
| 0.10.0-dev.58 | 3,180 | 4/7/2026 |
| 0.10.0-dev.52 | 74 | 4/7/2026 |