Repl 0.11.0-dev.51
This is a prerelease version of Repl.
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 --version 0.11.0-dev.51
NuGet\Install-Package Repl -Version 0.11.0-dev.51
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.51" />
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.51" />
<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.51
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl, 0.11.0-dev.51"
#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.51
#: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.51&prerelease
#tool nuget:?package=Repl&version=0.11.0-dev.51&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.51)
- Repl.Defaults (>= 0.11.0-dev.51)
- Repl.Protocol (>= 0.11.0-dev.51)
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.12.0-dev.3 | 50 | 7/16/2026 |
| 0.12.0-dev.2 | 41 | 7/15/2026 |
| 0.11.0 | 394 | 7/15/2026 |
| 0.11.0-dev.190 | 63 | 7/15/2026 |
| 0.11.0-dev.189 | 48 | 7/15/2026 |
| 0.11.0-dev.181 | 56 | 7/15/2026 |
| 0.11.0-dev.136 | 56 | 7/13/2026 |
| 0.11.0-dev.134 | 61 | 7/13/2026 |
| 0.11.0-dev.127 | 56 | 7/11/2026 |
| 0.11.0-dev.126 | 62 | 7/9/2026 |
| 0.11.0-dev.125 | 63 | 7/9/2026 |
| 0.11.0-dev.124 | 56 | 7/9/2026 |
| 0.11.0-dev.123 | 71 | 7/9/2026 |
| 0.11.0-dev.108 | 63 | 7/8/2026 |
| 0.11.0-dev.68 | 74 | 7/5/2026 |
| 0.11.0-dev.67 | 70 | 7/4/2026 |
| 0.11.0-dev.63 | 108 | 6/26/2026 |
| 0.11.0-dev.56 | 90 | 6/24/2026 |
| 0.11.0-dev.51 | 8,588 | 5/9/2026 |
| 0.11.0-dev.6 | 5,594 | 5/2/2026 |
Loading failed