Repl.Defaults
0.9.1
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Repl.Defaults --version 0.9.1
NuGet\Install-Package Repl.Defaults -Version 0.9.1
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.Defaults" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.Defaults" Version="0.9.1" />
<PackageReference Include="Repl.Defaults" />
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.Defaults --version 0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.Defaults, 0.9.1"
#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.Defaults@0.9.1
#: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.Defaults&version=0.9.1
#tool nuget:?package=Repl.Defaults&version=0.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Repl.Defaults
Repl.Defaults layers DI and “batteries included” composition on top of Repl.Core.
It provides:
ReplAppfacade- default composition profiles (e.g.
UseDefaultInteractive) - hosted-session primitives (
StreamedReplHost) used by transport integrations
Install
dotnet add package Repl.Defaults
Minimal app
using Repl;
var app = ReplApp.Create().UseDefaultInteractive();
app.Map("hello", () => "world");
return app.Run(args);
Docs
- Architecture blueprint: docs/architecture.md
- Terminal metadata model: docs/terminal-metadata.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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.3)
- Microsoft.Extensions.Hosting (>= 10.0.3)
- Repl.Core (>= 0.9.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Repl.Defaults:
| Package | Downloads |
|---|---|
|
Repl.Testing
In-memory multi-session testing toolkit for Repl applications. |
|
|
Repl
Meta package that bundles the default Repl experience (Core + Defaults + Protocol). |
|
|
Repl.WebSocket
Runs Repl Toolkit sessions over raw WebSocket connections. |
|
|
Repl.Telnet
Runs Repl Toolkit sessions over a Telnet-framed transport (NAWS/TERMINAL-TYPE negotiation). |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.9.2-dev.3 | 0 | 3/3/2026 |
| 0.9.2-dev.2 | 0 | 3/2/2026 |
| 0.9.2-dev.1 | 27 | 3/2/2026 |
| 0.9.1 | 82 | 3/2/2026 |
| 0.9.1-dev.45 | 32 | 3/2/2026 |
| 0.9.1-dev.44 | 32 | 3/1/2026 |
| 0.9.1-dev.19 | 36 | 2/28/2026 |
| 0.9.1-dev.11 | 27 | 2/26/2026 |
| 0.9.1-dev.10 | 37 | 2/26/2026 |
| 0.9.0 | 89 | 2/25/2026 |