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

- [ ] #2078 @jonsequitur @claudiaregio - [ ] #2187 - [ ] #2188 - [ ] #2060 @jonsequitur - [x] #2184 @jonsequitur - [ ] #2000 @brettfo - [...

Plan

### Describe the bug At the moment I am trying to parse an XML into an C# object. (link to the [XML](https://getij.rws.nl/data2022/xml/hwlw-WESTKPLE-20220101-20221231.xml)) So I made 3 objects: ```C# [XmlRoot("astronomical-tide")] public...

Impact-Low
External

Regressed in #2228. If this method is `internal` then third-party kernels that inherit the `Kernel` class can't set their own value declarers.

### Describe the bug I'm attempting to use the Exchange Online Mangement module and it keeps crashing. The cmdlet successfully connects but soon after a Powershell exception is thrown. The...

bug
Area-PowerShell
waiting-on-feedback

### Describe the bug Please provide as much information as you can. ![bug](https://user-images.githubusercontent.com/22999587/126717451-03d8002e-d0b4-49ee-911c-0511e4b3adee.PNG) A workaround ![workaround](https://user-images.githubusercontent.com/22999587/126717637-4a7a3892-1732-42fd-8515-a68e619c55f6.PNG) ### Please complete the following: **Which version of .NET Interactive are you using?** Version:...

bug
Impact-Low

REPRO: 1. Create a new C# notebook. 2. Set the cell contents to `[1;2;3;4] |> List.sum` 3. Wait for the C# diagnostics to appear; 'Identifier expected'. 4. Change the cell...

bug
Area-VS Code Extension
Impact-Low

### Describe the bug Double clicking on a .dib file has Windows 10 to try to open it the Photos app. ### Screenshots ![image](https://user-images.githubusercontent.com/49750419/125443847-bb9ffa3a-ceb3-4cd7-9845-15d78fec4210.png)

External

### Describe the bug Cannot load configurationbuilder in a notebook with XPlot.Plotly, works fine until XPlot.Plotly is loaded © 2020 Microsoft Corporation Version: 1.0.235701+3881a96164de75fca84f5f11027f3606b7878044 Build date: 2021-07-08T03:41:26.0000000Z https://github.com/dotnet/interactive - OS...

Needs verification

When you declare a type in Jupyter Lab, the auto-indent fails to put the bracket at the proper position. I expect: let a = {

bug
Area-Language Services
Area-Jupyter
Impact-Low