interactive icon indicating copy to clipboard operation
interactive copied to clipboard

.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 y...

Results 517 interactive issues
Sort by recently updated
recently updated
newest added

### Describe the bug If I want to use F# and I specify `#!fsharp` in each cell, then when I save and open a notebook `#!fsharp` disappears from cells but...

bug
Impact-High
Area-VisualStudio

Currently, when sharing data from a SQL or KQL query, the data is typically shared as a `TabularDataResource`, which is not a very useful type for exploring and manipulating the...

enhancement
Area-Variable sharing

Area-Messaging and Comms
Area-Variable sharing
maintainability

Currently if there is an issue with the user's dotnet SDK, extension activation fails and no commands get registered, so if the user then tries to create a new notebook,...

enhancement
Area-VS Code Extension

It's very easy to specify an invalid value to `#r "nuget:..."` and we don't currently do a good job of communicating this to the user, e.g., missing commas, extra commas,...

Area-Language Services
Impact-Medium

This issue builds on top of #2184. Add a section to notebook metadata that specifies additional environment variables to set on kernel start, e.g.: ``` ... "environmentVariables": { "MY_VARIABLE": "myvalue",...

enhancement
Area-Language Services

Is it possible an to run .net interactive in only client-side browser mode similar to how blazor client side works without running localhost or hosting on the server?

question

bug
Area-VS Code Extension
Impact-Medium
Area-Variable sharing

**Is your feature request related to a problem? Please describe.** It would be very nice to be able to download a notebook, the markdown, code and output as a HTM,...

enhancement
Area-Automation

So I can use the web with c# instead of javascript

enhancement