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

| Component | Stabilize? | Relayer? | Priority | Status | | ---- | :----: | :----: | ---- | ---- | | Microsoft.DotNet.Interactive |✅|✅|1|In Progress| | Microsoft.DotNet.Interactive.Documents |✅|❌|1|Done| |...

Area-API

The `@input` and `@password` prompts today don’t have a way to recall values that were entered on past runs. Adding a gesture to instruct the prompt to save its value...

enhancement

**Is your feature request related to a problem? Please describe.** Each time the user switches between languages, to share variables, they need to explicitly state which language/kernel they are sharing...

enhancement
Area-Variable sharing

Recently the new LSP host for C# was released (https://github.com/dotnet/roslyn/tree/main/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer). It will be good if the Polyglot vscode extension will use it for providing autocomplete for C# code in notebook...

enhancement

### Describe the bug This example from the doc is working: ``` #!set --name url --value @input:"Please enter a URL" ``` Which gives a prompt `Please enter a URL`. ![2023_12_01-16h19m39s-●...

bug

### Describe the bug * I create a new markdown cell. * This markdown cell is in edit mode. * I type a few words. * I want to move...

bug
Area-Polyglot Notebooks Extension
External

### Describe the bug Upgraded to the latest Polyglot extension. I used `Polyglot Notebook: Create default notebook`. It then prompted for me to upgrade to .net sdk 7, which I...

bug
Area-Installation

In order to prevent people from having to paste connection strings into notebooks, we should have proper authentication support. This could include: * Aliases for connection strings that can be...

enhancement
Impact-High
Area-SQL / data querying

seeing this error ``` WARN Via 'product.json#extensionEnabledApiProposals' extension 'ms-dotnettools.dotnet-interactive-vscode' wants API proposal 'languageConfigurationAutoClosingPairs' but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check 'vscode.d.ts') or was abandoned....

waiting-on-feedback

### Describe the bug When trying to load nuget packages in a polyglot notebook using F#. The loader gets stuck. ### Please complete the following: **Which version of .NET Interactive...