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

move namedpipe connector to separate #3332

Merged
merged 6 commits into from
Nov 20, 2023

Conversation

colombod
Copy link
Member

No description provided.

@@ -47,6 +47,7 @@ try {
"Microsoft.DotNet.Interactive.Journey",
"Microsoft.DotNet.Interactive.Kql",
"Microsoft.DotNet.Interactive.Mermaid",
"Microsoft.DotNet.Interactive.NamedPipe",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Microsoft.DotNet.Interactive.NamedPipe",
"Microsoft.DotNet.Interactive.NamedPipeConnector",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

remove it from tool project

add notebook

rename
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably should be net7.0-windows

Suggested change
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net7.0-windows</TargetFramework>

@colombod colombod enabled auto-merge (rebase) November 20, 2023 19:52
using Xunit.Abstractions;

namespace Microsoft.DotNet.Interactive.Tests;
namespace Microsoft.DotNet.Interactive.NamedPipeConnectorConnector.Tests;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
namespace Microsoft.DotNet.Interactive.NamedPipeConnectorConnector.Tests;
namespace Microsoft.DotNet.Interactive.NamedPipeConnector.Tests;


namespace Microsoft.DotNet.Interactive.Connection;
namespace Microsoft.DotNet.Interactive.NamedPipeConnectorConnector;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
namespace Microsoft.DotNet.Interactive.NamedPipeConnectorConnector;
namespace Microsoft.DotNet.Interactive.NamedPipeConnector;

@colombod colombod merged commit fd4baa2 into dotnet:main Nov 20, 2023
4 checks passed
@colombod colombod deleted the split_namepipe_connector branch November 20, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants