Repl.Defaults
0.9.1-dev.10
This is a prerelease version of Repl.Defaults.
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.Defaults --version 0.9.1-dev.10
NuGet\Install-Package Repl.Defaults -Version 0.9.1-dev.10
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-dev.10" />
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-dev.10" />
<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-dev.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Repl.Defaults, 0.9.1-dev.10"
#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-dev.10
#: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-dev.10&prerelease
#tool nuget:?package=Repl.Defaults&version=0.9.1-dev.10&prerelease
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:
https://github.com/yllibed/repl/blob/main/docs/architecture.md - Terminal metadata model:
https://github.com/yllibed/repl/blob/main/docs/terminal-metadata.md
| 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-dev.10)
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 | 26 | 3/3/2026 |
| 0.9.2-dev.2 | 32 | 3/2/2026 |
| 0.9.2-dev.1 | 35 | 3/2/2026 |
| 0.9.1 | 89 | 3/2/2026 |
| 0.9.1-dev.45 | 40 | 3/2/2026 |
| 0.9.1-dev.44 | 37 | 3/1/2026 |
| 0.9.1-dev.19 | 41 | 2/28/2026 |
| 0.9.1-dev.11 | 32 | 2/26/2026 |
| 0.9.1-dev.10 | 42 | 2/26/2026 |
| 0.9.0 | 94 | 2/25/2026 |