Repl 0.10.0-dev.77
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.77
NuGet\Install-Package Repl -Version 0.10.0-dev.77
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.77" />
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.77" />
<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.77
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl, 0.10.0-dev.77"
#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.77
#: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.77&prerelease
#tool nuget:?package=Repl&version=0.10.0-dev.77&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.77)
- Repl.Defaults (>= 0.10.0-dev.77)
- Repl.Protocol (>= 0.10.0-dev.77)
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 | 811 | 5/2/2026 |
| 0.11.0-dev.4 | 46 | 5/1/2026 |
| 0.11.0-dev.3 | 54 | 4/25/2026 |
| 0.10.0 | 1,241 | 4/25/2026 |
| 0.10.0-dev.83 | 60 | 4/25/2026 |
| 0.10.0-dev.77 | 1,035 | 4/20/2026 |
| 0.10.0-dev.76 | 93 | 4/19/2026 |
| 0.10.0-dev.59 | 78 | 4/13/2026 |
| 0.10.0-dev.58 | 3,175 | 4/7/2026 |
| 0.10.0-dev.52 | 77 | 4/7/2026 |
| 0.10.0-dev.39 | 84 | 4/4/2026 |
| 0.10.0-dev.36 | 74 | 4/4/2026 |
| 0.10.0-dev.35 | 80 | 4/4/2026 |
| 0.10.0-dev.31 | 82 | 4/3/2026 |
| 0.10.0-dev.20 | 96 | 3/30/2026 |
| 0.10.0-dev.19 | 91 | 3/29/2026 |
| 0.10.0-dev.17 | 89 | 3/29/2026 |
| 0.10.0-dev.14 | 90 | 3/29/2026 |
| 0.10.0-dev.2 | 87 | 3/25/2026 |
| 0.9.2 | 3,884 | 3/25/2026 |
Loading failed