Closed marckruzik closed 11 months ago
This is a bug in Microsoft.DotNet.Interactive.Documents
. I'm closing it here and have opened an issue here.
Updating to the latest .NET Interactive libraries with the bug fix resolves the problem. I'll publish a new package shortly.
I am using #!set to set a variable
my_name
in a notebook.The notebook code:
The CLI command (working as intended):
The bug
When using the describe command
dotnet repl describe test.dib
, it does not detect correctly the variable name. Instead, it detects the prompt text displayed to the user. Here is a screenshot with the variable name (1) and the name detected by describe (2):I think the variable name detected by describe (2) should be "my_name".
I am using dotnet-repl v0.1.205.