Closed michael-hawker closed 2 weeks ago
I also just noticed that the packageId has a duplicate Connector
in its name:
The package has now been published on NuGet.org:
https://www.nuget.org/packages/Microsoft.DotNet.Interactive.NamedPipeConnector
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 theConnectNamedPipeCommand
was missing. It seems like this got refactored out to its ownMicrosoft.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.