Repl 0.11.0-dev.6
This is a prerelease version of Repl.
dotnet add package Repl --version 0.11.0-dev.6
NuGet\Install-Package Repl -Version 0.11.0-dev.6
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" Version="0.11.0-dev.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl" Version="0.11.0-dev.6" />
<PackageReference Include="Repl" />
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 --version 0.11.0-dev.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl, 0.11.0-dev.6"
#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@0.11.0-dev.6
#: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&version=0.11.0-dev.6&prerelease
#tool nuget:?package=Repl&version=0.11.0-dev.6&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl (meta-package)
Repl Toolkit is a foundational building block for .NET applications that need a serious command surface.
Repl is the recommended starting point for Repl Toolkit. It brings the default dependencies:
Repl.CoreRepl.DefaultsRepl.Protocol
Minimal app
using Repl;
var app = ReplApp.Create().UseDefaultInteractive();
app.Map("hello", () => "world");
return app.Run(args);
Docs
Full documentation at repl.yllibed.org:
- Installation & first app
- Cookbook — guided examples from basics to MCP
- Reference — routes, DI, modules, interactivity, MCP, and more
- API reference
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Repl.Core (>= 0.11.0-dev.6)
- Repl.Defaults (>= 0.11.0-dev.6)
- Repl.Protocol (>= 0.11.0-dev.6)
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.11.0-dev.6 | 317 | 5/2/2026 |
| 0.11.0-dev.4 | 43 | 5/1/2026 |
| 0.11.0-dev.3 | 50 | 4/25/2026 |
| 0.10.0 | 1,224 | 4/25/2026 |
| 0.10.0-dev.83 | 56 | 4/25/2026 |
| 0.10.0-dev.77 | 1,032 | 4/20/2026 |
| 0.10.0-dev.76 | 90 | 4/19/2026 |
| 0.10.0-dev.59 | 75 | 4/13/2026 |
| 0.10.0-dev.58 | 3,171 | 4/7/2026 |
| 0.10.0-dev.52 | 74 | 4/7/2026 |
| 0.10.0-dev.39 | 81 | 4/4/2026 |
| 0.10.0-dev.36 | 70 | 4/4/2026 |
| 0.10.0-dev.35 | 77 | 4/4/2026 |
| 0.10.0-dev.31 | 79 | 4/3/2026 |
| 0.10.0-dev.20 | 93 | 3/30/2026 |
| 0.10.0-dev.19 | 88 | 3/29/2026 |
| 0.10.0-dev.17 | 86 | 3/29/2026 |
| 0.10.0-dev.14 | 86 | 3/29/2026 |
| 0.10.0-dev.2 | 84 | 3/25/2026 |
| 0.9.2 | 3,844 | 3/25/2026 |
Loading failed