-
Notifications
You must be signed in to change notification settings - Fork 123
Installation
Will Fuqua edited this page Jun 14, 2026
·
1 revision
C# REPL is a .NET 10 global tool that runs on Windows, macOS, and Linux.
- The .NET 10 SDK or runtime.
dotnet tool install -g csharpreplRun csharprepl to start a session.
dotnet tool update -g csharprepldotnet tool uninstall -g csharprepl- Global tools install to
~/.dotnet/tools. Ifcsharpreplis not found after installing, add that directory to yourPATH. - On macOS Catalina (10.15) or later, follow any extra instructions printed during install. You may need to update
PATHto use .NET global tools.