Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

move namedpipe connector to separate #3332

Merged
colombod merged 6 commits into
dotnet:mainfrom
colombod:split_namepipe_connector
Nov 20, 2023
Merged

move namedpipe connector to separate #3332
colombod merged 6 commits into
dotnet:mainfrom
colombod:split_namepipe_connector

Conversation

@colombod

Copy link
Copy Markdown
Member

No description provided.

Comment thread eng/publish/PublishVSCodeExtension.ps1 Outdated
"Microsoft.DotNet.Interactive.Journey",
"Microsoft.DotNet.Interactive.Kql",
"Microsoft.DotNet.Interactive.Mermaid",
"Microsoft.DotNet.Interactive.NamedPipe",

Copy link
Copy Markdown
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
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Done!

@colombod
colombod force-pushed the split_namepipe_connector branch from cef2db7 to 0ad592e Compare November 20, 2023 18:21
remove it from tool project

add notebook

rename
@colombod
colombod force-pushed the split_namepipe_connector branch from 0ad592e to bf34d20 Compare November 20, 2023 18:30
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

Copy link
Copy Markdown
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 force-pushed the split_namepipe_connector branch from 37cc8f9 to dcab606 Compare November 20, 2023 19:52
@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
Copy Markdown
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;

using Microsoft.DotNet.Interactive.Connection;

namespace Microsoft.DotNet.Interactive.Connection;
namespace Microsoft.DotNet.Interactive.NamedPipeConnectorConnector;

Copy link
Copy Markdown
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
@colombod
colombod deleted the split_namepipe_connector branch November 20, 2023 22:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants