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 371 forks source link

Named Request Support #3584

Open bleaphar opened 1 week ago

bleaphar commented 1 week ago

This PR introduces named request support to dotnet interactive. It will allow the kernel to maintain named requests so that users are able to use the properties from its request and response in future requests.

Breakdown

jonsequitur commented 4 hours ago

The combinatorial tests should probably be updated to include this new syntax.

If you'd like to find some time to pair on it, let me know.