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 Names of of Types are not CLS-compliant. Minimal repro: ```csharp using System.Xml.Serialization; public class A{ } new XmlSerializer(typeof(A)); ``` will result in: ``` Error: System.ArgumentException: Identifier...

External

Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7. Commits 1874a29 Rev to 2.3.7 152f450 Merge pull request #1016 from requirejs/jr/1854-pollution ecc356a Fixes requirejs/requirejs#1854, pollution acec536 SECURITY.md See full diff in compare view...

dependencies
javascript

### Describe the bug The `Polyglot-notebook: Default Notebook Language` setting on the `User` level is not being respected. ### Please complete the following: **Which version of .NET Interactive are you...

bug
Area-Polyglot Notebooks Extension

### Describe the bug Using the image generation notebook hosted at https://github.com/dotnet/interactive/blob/main/samples/notebooks/ai/image%20generation.ipynb I provided my own API key and endpoint pointing to an Azure OpenAI resource in East US. I...

### Describe the bug Please provide as much information as you can. ### Please complete the following: **Which version of .NET Interactive are you using?** (In a notebook, run the...

### GIT Hub Tags: #A11yWCAG2.2; #A11yTCS; #A11ySev3; #Testing, Interactive and ARM tools; #BM_Testing-Interactive and ARM tools_Win32_JULY2024; #DesktopApp; #WCAG2.5.7; #FTP; #A11yMAS; #Dragging Movements; ### Environment and OS details: Windows 11 enterprise...

Area-Accessibility

### Describe the bug I have been struggling to find out why my syntax highligting does not work for c#. I create a branch new polyglot .dib notebook, choose C#,...

Requires #3723 and dependent probably on #3720 This is an initial start for updating the Connect WPF sample: - Add to the main solution and allow building it there alongside...

Contributes to #3720 (not sure why it's not uploaded to NuGet, but noticed some issues while investigating the WPF Connect sample, so figured I'd push these up as a separate...

### Describe the bug I'm trying to update/get the WPF sample to work, it won't connect via named pipes in the call to `#!connect`, so I tried updating the packages...