Repl.Defaults 0.11.0-dev.124

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

Repl.Defaults

Website: repl.yllibed.org

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

Repl Toolkit meta-package: build one .NET command graph for CLI, interactive REPL, structured output, remote interactive sessions, and MCP-ready automation.

Repl.Mcp

MCP server integration for Repl Toolkit: expose a .NET command graph as AI agent tools, resources, prompts, and MCP Apps.

Repl.Spectre

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

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.126 46 7/9/2026
0.11.0-dev.125 45 7/9/2026
0.11.0-dev.124 43 7/9/2026
0.11.0-dev.123 48 7/9/2026
0.11.0-dev.108 56 7/8/2026
0.11.0-dev.68 73 7/5/2026
0.11.0-dev.67 74 7/4/2026
0.11.0-dev.63 96 6/26/2026
0.11.0-dev.56 78 6/24/2026
0.11.0-dev.51 6,036 5/9/2026
0.11.0-dev.6 5,509 5/2/2026
0.11.0-dev.4 72 5/1/2026
0.11.0-dev.3 136 4/25/2026
0.10.0 1,391 4/25/2026
0.10.0-dev.83 77 4/25/2026
0.10.0-dev.77 1,056 4/20/2026
0.10.0-dev.76 113 4/19/2026
0.10.0-dev.59 81 4/13/2026
0.10.0-dev.58 3,175 4/7/2026
0.10.0-dev.52 67 4/7/2026
Loading failed