Repl.Defaults 0.10.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Repl.Defaults --version 0.10.0
                    
NuGet\Install-Package Repl.Defaults -Version 0.10.0
                    
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.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Repl.Defaults" Version="0.10.0" />
                    
Directory.Packages.props
<PackageReference Include="Repl.Defaults" />
                    
Project file
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.10.0
                    
#r "nuget: Repl.Defaults, 0.10.0"
                    
#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.10.0
                    
#: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.10.0
                    
Install as a Cake Addin
#tool nuget:?package=Repl.Defaults&version=0.10.0
                    
Install as a Cake Tool

Repl.Defaults

Ask DeepWiki

Repl.Defaults layers DI and “batteries included” composition on top of Repl.Core.

It provides:

  • ReplApp facade
  • 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

Product 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.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Repl.Defaults:

Package Downloads
Repl

Meta package that bundles the default Repl experience (Core + Defaults + Protocol).

Repl.Spectre

Spectre.Console integration for Repl Toolkit: rich prompts, IAnsiConsole injection, and table rendering.

Repl.Mcp

MCP server integration for Repl Toolkit: expose commands as AI agent tools, resources, and prompts.

Repl.Testing

In-memory multi-session testing toolkit for Repl applications.

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.11.0-dev.6 336 5/2/2026
0.11.0-dev.4 55 5/1/2026
0.11.0-dev.3 61 4/25/2026
0.10.0 1,255 4/25/2026
0.10.0-dev.83 59 4/25/2026
0.10.0-dev.77 1,018 4/20/2026
0.10.0-dev.76 75 4/19/2026
0.10.0-dev.59 62 4/13/2026
0.10.0-dev.58 3,155 4/7/2026
0.10.0-dev.52 48 4/7/2026
0.10.0-dev.39 61 4/4/2026
0.10.0-dev.36 56 4/4/2026
0.10.0-dev.35 57 4/4/2026
0.10.0-dev.31 55 4/3/2026
0.10.0-dev.20 72 3/30/2026
0.10.0-dev.19 57 3/29/2026
0.10.0-dev.17 58 3/29/2026
0.10.0-dev.14 66 3/29/2026
0.10.0-dev.2 49 3/25/2026
0.9.2 3,836 3/25/2026
Loading failed