Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 17 tasks
michael-hawker opened this issue Oct 18, 2024 · 1 comment
Open
2 of 17 tasks

Comments

@michael-hawker
Copy link
Contributor

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
    • Windows 11
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Visual Studio Code Insiders
    • Visual Studio
    • Other (please specify)

Screenshots

If applicable, add screenshots to help explain your problem.

Image

@michael-hawker
Copy link
Contributor Author

I also just noticed that the packageId has a duplicate Connector in its name:

<PackageId Condition="'$(PackageId)'==''">Microsoft.DotNet.Interactive.NamedPipeConnectorConnector</PackageId>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant