Microsoft.DotNet.Interactive.NamedPipeConnectorConnector package missing?
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 for .NET Interactive itself, but then the ConnectNamedPipeCommand was missing. It seems like this got refactored out to its own Microsoft.DotNet.Interactive.NamedPipeConnectorConnector project, but then that package isn't available on NuGet?
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Version: 1.0.522904+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074
Library version: 1.0.0-beta.24229.4+cdfa48b2ea1a27dfe0f545c42a34fd3ec7119074
Build date: 2024-10-18T17:35:20.9345851Z
- OS
- [x] Windows 11
- [ ] Windows 10
- [ ] macOS
- [ ] Linux (Please specify distro)
- [ ] iOS
- [ ] Android
- Browser
- [ ] Chrome
- [ ] Edge
- [ ] Firefox
- [ ] Safari
- Frontend
- [ ] Jupyter Notebook
- [ ] Jupyter Lab
- [ ] nteract
- [x] Visual Studio Code
- [ ] Visual Studio Code Insiders
- [ ] Visual Studio
- [ ] Other (please specify)
Screenshots
If applicable, add screenshots to help explain your problem.
I also just noticed that the packageId has a duplicate Connector in its name:
https://github.com/dotnet/interactive/blob/3aa24a64f53b81979548d2eb0ad49429e5b0d4b2/src/Microsoft.DotNet.Interactive.NamedPipeConnector/Microsoft.DotNet.Interactive.NamedPipeConnector.csproj#L7
The package has now been published on NuGet.org:
https://www.nuget.org/packages/Microsoft.DotNet.Interactive.NamedPipeConnector