Repl.Core
0.10.0-dev.59
See the version list below for details.
dotnet add package Repl.Core --version 0.10.0-dev.59
NuGet\Install-Package Repl.Core -Version 0.10.0-dev.59
<PackageReference Include="Repl.Core" Version="0.10.0-dev.59" />
<PackageVersion Include="Repl.Core" Version="0.10.0-dev.59" />
<PackageReference Include="Repl.Core" />
paket add Repl.Core --version 0.10.0-dev.59
#r "nuget: Repl.Core, 0.10.0-dev.59"
#:package Repl.Core@0.10.0-dev.59
#addin nuget:?package=Repl.Core&version=0.10.0-dev.59&prerelease
#tool nuget:?package=Repl.Core&version=0.10.0-dev.59&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.
Docs
- Project overview: README.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. |
-
net10.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Repl.Core:
| Package | Downloads |
|---|---|
|
Repl
Meta package that bundles the default Repl experience (Core + Defaults + Protocol). |
|
|
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.6 | 1,081 | 5/2/2026 |
| 0.11.0-dev.4 | 62 | 5/1/2026 |
| 0.11.0-dev.3 | 71 | 4/25/2026 |
| 0.10.0 | 1,300 | 4/25/2026 |
| 0.10.0-dev.83 | 62 | 4/25/2026 |
| 0.10.0-dev.77 | 1,031 | 4/20/2026 |
| 0.10.0-dev.76 | 86 | 4/19/2026 |
| 0.10.0-dev.59 | 64 | 4/13/2026 |
| 0.10.0-dev.58 | 3,159 | 4/7/2026 |
| 0.10.0-dev.52 | 53 | 4/7/2026 |
| 0.10.0-dev.39 | 70 | 4/4/2026 |
| 0.10.0-dev.36 | 63 | 4/4/2026 |
| 0.10.0-dev.35 | 61 | 4/4/2026 |
| 0.10.0-dev.31 | 59 | 4/3/2026 |
| 0.10.0-dev.20 | 75 | 3/30/2026 |
| 0.10.0-dev.19 | 67 | 3/29/2026 |
| 0.10.0-dev.17 | 64 | 3/29/2026 |
| 0.10.0-dev.14 | 65 | 3/29/2026 |
| 0.10.0-dev.2 | 48 | 3/25/2026 |
| 0.9.2 | 3,896 | 3/25/2026 |