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 377 interactive issues
Sort by recently updated
recently updated
newest added

### Describe the bug Importing a module doesnt seem to work ### Please complete the following: **Which version of .NET Interactive are you using?** There are a few ways to...

bug
Area-PowerShell
Impact-Low

### Describe the bug I use `Microsoft.DotNet.Interactive.CSharp` in the app and `dotnet publish` it. For repro I made a dummy app which just runs the user's code. Command: ``` dotnet...

Impact-Low

Further discussion [here](https://github.com/dotnet/interactive/issues/1612#issuecomment-1174494923) The latest master has missing - Utility folder - dotnet-interactive.js - dotnetKernel.zip ![image](https://user-images.githubusercontent.com/49812372/177230982-60b1b776-765c-4280-bfaf-2e5b31f80682.png)

waiting-on-feedback
Impact-Low

Issue Type: Bug My first cell has #r "nuget:Microsoft.DotNet.Interactive.Kql,*-*" Output: Installed Packages Microsoft.DotNet.Interactive.Kql, 1.0.0-beta.22314.1 Loading extensions from Microsoft.DotNet.Interactive.Kql.dll Error: Microsoft.DotNet.Interactive.KernelExtensionLoadException: Failure loading Kernel Extension ---> System.InvalidOperationException: The KQL extension was...

bug
Area-Packages and Extensions
Impact-Medium
Area-SQL / data querying

![image](https://user-images.githubusercontent.com/547415/176951332-ccd241e7-66d4-4e07-be49-31c2b31397f8.png)

bug
Area-VS Code Extension
Impact-Low

### Describe the bug A small tool tip window pops up, partially obscuring the previous cell. See attached screenshot. ### Please complete the following: **Which version of .NET Interactive are...

bug
Impact-Low
Area-VisualStudio

### Describe the bug When I run a cell that produces string output, and that output contains newline characters, the expected multiple lines are not shown. I have attached screenshots...

bug
Impact-Medium
Area-VisualStudio