Repl.Core 0.9.1-dev.45

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

Repl.Core

Ask DeepWiki

Repl.Core is the dependency-free runtime core of Repl Toolkit (no Microsoft.Extensions.* runtime dependencies).

It contains the fundamentals: route templates + constraints, option/argument binding, typed results, help/discovery, and middleware.

Install

dotnet add package Repl.Core

Minimal app

using Repl;

var app = CoreReplApp.Create();
app.Map("hello", () => "world");

return app.Run(args);

When to use something else

  • Want DI + default interactive UX: use Repl.Defaults (or Repl meta-package).
  • Want in-memory multi-session tests: use Repl.Testing.

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.
  • net10.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Repl.Core:

Package Downloads
Repl

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

Repl.Defaults

DI-enabled defaults and composition profiles for Repl Toolkit (ReplApp, interactive mode, lifecycle helpers).

Repl.Protocol

Machine-readable protocol contracts (help/error/docs export) for tooling and automation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.2-dev.1 0 3/2/2026
0.9.1 0 3/2/2026
0.9.1-dev.45 0 3/2/2026
0.9.1-dev.44 1 3/1/2026
0.9.1-dev.19 31 2/28/2026
0.9.1-dev.11 29 2/26/2026
0.9.1-dev.10 40 2/26/2026
0.9.0 48 2/25/2026