dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

unable to use Console.WriteLine again, after an exception occurred inside #3518

Open yueyinqiu opened 2 months ago

yueyinqiu commented 2 months ago

Describe the bug

Catch and Hello are not printed when executing the cell:

image

However the followings could work correctly:

image

image

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

image