Repl 0.10.0-dev.83
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.10.0-dev.83
NuGet\Install-Package Repl -Version 0.10.0-dev.83
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.10.0-dev.83" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl" Version="0.10.0-dev.83" />
<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.10.0-dev.83
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl, 0.10.0-dev.83"
#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.10.0-dev.83
#: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.10.0-dev.83&prerelease
#tool nuget:?package=Repl&version=0.10.0-dev.83&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
- Architecture blueprint: docs/architecture.md
- Terminal/session metadata: docs/terminal-metadata.md
- Testing toolkit: docs/testing-toolkit.md
- Samples (recommended learning path): samples/README.md
- Community DeepWiki (unofficial): deepwiki.com/yllibed/repl
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Repl.Core (>= 0.10.0-dev.83)
- Repl.Defaults (>= 0.10.0-dev.83)
- Repl.Protocol (>= 0.10.0-dev.83)
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 | 192 | 5/2/2026 |
| 0.11.0-dev.4 | 42 | 5/1/2026 |
| 0.11.0-dev.3 | 50 | 4/25/2026 |
| 0.10.0 | 1,208 | 4/25/2026 |
| 0.10.0-dev.83 | 56 | 4/25/2026 |
| 0.10.0-dev.77 | 1,031 | 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,821 | 3/25/2026 |
Loading failed