File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
src/PowerShellEditorServices.Channel.WebSocket
test/PowerShellEditorServices.Channel.WebSocket.Test Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 42
42
- Microsoft.PowerShell.EditorServices.Test.dll
43
43
- Microsoft.PowerShell.EditorServices.Test.Protocol.dll
44
44
- Microsoft.PowerShell.EditorServices.Test.Host.dll
45
+ - Microsoft.PowerShell.EditorServices.Channel.WebSockets.Test.dll
Original file line number Diff line number Diff line change 7
7
<ProjectGuid >{A6663F64-3C3D-461F-8A05-0CC4CA7A9945}</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >PowerShellEditorServices .Channel.WebSocket</RootNamespace >
11
- <AssemblyName >PowerShellEditorServices .Channel.WebSocket</AssemblyName >
10
+ <RootNamespace >Microsoft.PowerShell.EditorServices .Channel.WebSocket</RootNamespace >
11
+ <AssemblyName >Microsoft.PowerShell.EditorServices .Channel.WebSocket</AssemblyName >
12
12
<TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
using Microsoft . PowerShell . EditorServices . Protocol . MessageProtocol . Channel ;
9
9
using Microsoft . PowerShell . EditorServices . Utility ;
10
10
11
- namespace PowerShellEditorServices . Channel . WebSocket
11
+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket
12
12
{
13
13
/// <summary>
14
14
/// Implementation of <see cref="ChannelBase"/> that enables WebSocket communication.
Original file line number Diff line number Diff line change 9
9
using Microsoft . PowerShell . EditorServices . Protocol . Server ;
10
10
using Owin . WebSocket ;
11
11
12
- namespace PowerShellEditorServices . Channel . WebSocket
12
+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket
13
13
{
14
14
/// <summary>
15
15
/// Implementation of <see cref="ChannelBase"/> that implements the streams necessary for
Original file line number Diff line number Diff line change 7
7
<ProjectGuid >{9D98120C-9601-4678-AD50-EF2808DABAC9}</ProjectGuid >
8
8
<OutputType >Library</OutputType >
9
9
<AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >PowerShellEditorServices .Channel.WebSocket.Test</RootNamespace >
11
- <AssemblyName >PowerShellEditorServices .Channel.WebSocket.Test</AssemblyName >
10
+ <RootNamespace >Microsoft.PowerShell.EditorServices .Channel.WebSocket.Test</RootNamespace >
11
+ <AssemblyName >Microsoft.PowerShell.EditorServices .Channel.WebSocket.Test</AssemblyName >
12
12
<TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13
13
<FileAlignment >512</FileAlignment >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 8
8
using Owin . WebSocket . Extensions ;
9
9
using Xunit ;
10
10
11
- namespace PowerShellEditorServices . Channel . WebSocket . Test
11
+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket . Test
12
12
{
13
13
public class WebSocketChannelTest : IAsyncLifetime
14
14
{
You can’t perform that action at this time.
0 commit comments