dotnet / interactive

.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 you couldn't before.
MIT License
2.91k stars 389 forks source link

Microsoft.DotNet.Interactive.NamedPipeConnectorConnector package missing? #3720

Closed michael-hawker closed 2 weeks ago

michael-hawker commented 1 month ago

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

Screenshots

If applicable, add screenshots to help explain your problem.

Image

michael-hawker commented 1 month ago

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

jonsequitur commented 2 weeks ago

The package has now been published on NuGet.org:

https://www.nuget.org/packages/Microsoft.DotNet.Interactive.NamedPipeConnector