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 4242 - Microsoft.PowerShell.EditorServices.Test.dll
4343 - Microsoft.PowerShell.EditorServices.Test.Protocol.dll
4444 - Microsoft.PowerShell.EditorServices.Test.Host.dll
45+ - Microsoft.PowerShell.EditorServices.Channel.WebSockets.Test.dll
Original file line number Diff line number Diff line change 77 <ProjectGuid >{A6663F64-3C3D-461F-8A05-0CC4CA7A9945}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <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 >
1212 <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 </PropertyGroup >
Original file line number Diff line number Diff line change 88using Microsoft . PowerShell . EditorServices . Protocol . MessageProtocol . Channel ;
99using Microsoft . PowerShell . EditorServices . Utility ;
1010
11- namespace PowerShellEditorServices . Channel . WebSocket
11+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket
1212{
1313 /// <summary>
1414 /// Implementation of <see cref="ChannelBase"/> that enables WebSocket communication.
Original file line number Diff line number Diff line change 99using Microsoft . PowerShell . EditorServices . Protocol . Server ;
1010using Owin . WebSocket ;
1111
12- namespace PowerShellEditorServices . Channel . WebSocket
12+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket
1313{
1414 /// <summary>
1515 /// Implementation of <see cref="ChannelBase"/> that implements the streams necessary for
Original file line number Diff line number Diff line change 77 <ProjectGuid >{9D98120C-9601-4678-AD50-EF2808DABAC9}</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <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 >
1212 <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
1313 <FileAlignment >512</FileAlignment >
1414 </PropertyGroup >
Original file line number Diff line number Diff line change 88using Owin . WebSocket . Extensions ;
99using Xunit ;
1010
11- namespace PowerShellEditorServices . Channel . WebSocket . Test
11+ namespace Microsoft . PowerShell . EditorServices . Channel . WebSocket . Test
1212{
1313 public class WebSocketChannelTest : IAsyncLifetime
1414 {
You can’t perform that action at this time.
0 commit comments