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 In Polyglot Notebooks, after displaying a table using `.DisplayTable()`, then calling `.Update()` on the returned `DisplayValue` object, passing a simple string as the argument, an exception...

bug
Area-Formatting

When I attempt to provide a connection string via a SecureString/PassowrdString (or secret variable) in a Polyglot Notebook using the `#!connect mssql` magic command, I get the error: `Format of...

bug
Area-Variable sharing

We had a discussion with @jonsequitur and @davidfowl today regarding how the HTTP editor in VS uses the same value for the `traceparent` header. Each request sent in the HTTP...

bug
Impact-Medium
Area-HTTP

### Describe the bug Running the following code in a Kusto kernel results in ``` let x = datatable(column1:string, column2:dynamic) [ '1', '[1]', '2', '[2]' ]; x ``` ``` Error:...

bug
Area-SQL / data querying

### Describe the bug When I typing `double.`, it does not show the correct completion list. ### Please complete the following: **Which version of .NET Interactive are you using?** (In...

bug
Area-Language Services
Area-C#

### Describe the bug I've installed Anaconda on my machine and connected the notebook using the provided directive: ``` #!connect jupyter --kernel-name pythonkernel --conda-env base --kernel-spec python3 ``` Following the...

bug
Area-Jupyter subkernels

### Describe the bug I have a C# class library project which uses Refit package to generate some web api client. When I was trying to reference that client in...

This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the...

**REGRESSION:** Not repro on VSCodeSetup-1.106.3+ dotnet-interactive-vscode-1.0.6603011.vsix+dotnet-sdk-9.0.308. **Describe the bug:** Error "The editor could not be opened due to an unexpected error..." throw up while closing and reopening the VSCode. **Steps:**...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...

dependencies
javascript