jonsequitur / jonsequitur/dotnet-repl

Add possibility to exit dotnet-repl but still display the outputs it generates

Open
#109 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
844
Forks
42
PR merge metrics
No merged PRs in 30d

Description

First of all many thanks and congrats for the great tool.
I returned to dotnet interactive after dozen of months and it is much more stable and works amazing for me.

Now I want to use dotnet-repl as part of my build process to run the notebook.
It works great, I only miss one minor adjustment: I would like the dotnet-repl to display the outputs while it works but the exit it and continue with other commands.

I'm aware of --exit-after-run but it skips the outputs like here:

![Image](https://github.com/user-attachments/assets/340a90ee-8489-454c-ba41-85507a213254)

which I still want to see on the screen.

Unfortunately something like
some command && dotnet-repl --run VSCodeExtension\src\export-dist-to-azure.dib **&& ^C &&** some command
doesn't work

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.