File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Clients/js/dotnet/UiPath.CoreIpc.NodeInterop Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
using System . Threading ;
3
3
using System . Threading . Tasks ;
4
4
5
- namespace UiPath . CoreIpc . NodeInterop ;
5
+ namespace UiPath . Ipc . NodeInterop ;
6
6
7
7
internal static class Contracts
8
8
{
Original file line number Diff line number Diff line change 7
7
using System . Net . WebSockets ;
8
8
using System . Threading ;
9
9
using System . Threading . Tasks ;
10
- using UiPath . CoreIpc . NamedPipe ;
11
- using UiPath . CoreIpc . WebSockets ;
10
+ using UiPath . Ipc . NamedPipe ;
11
+ using UiPath . Ipc . WebSockets ;
12
12
13
- namespace UiPath . CoreIpc . NodeInterop ;
13
+ namespace UiPath . Ipc . NodeInterop ;
14
14
15
15
using static Contracts ;
16
16
using static ServiceImpls ;
Original file line number Diff line number Diff line change 3
3
using System . Threading ;
4
4
using System . Threading . Tasks ;
5
5
6
- namespace UiPath . CoreIpc . NodeInterop ;
6
+ namespace UiPath . Ipc . NodeInterop ;
7
7
8
8
using static Contracts ;
9
9
Original file line number Diff line number Diff line change 2
2
using Newtonsoft . Json . Converters ;
3
3
using System ;
4
4
5
- namespace UiPath . CoreIpc . NodeInterop ;
5
+ namespace UiPath . Ipc . NodeInterop ;
6
6
7
7
internal static class Signalling
8
8
{
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public async Task MissingCallback()
87
87
{
88
88
exception = ex ;
89
89
}
90
- exception . Message . ShouldBe ( "Callback contract mismatch. Requested System.IDisposable, but it's UiPath.CoreIpc .Tests.ISystemCallback." ) ;
90
+ exception . Message . ShouldBe ( "Callback contract mismatch. Requested System.IDisposable, but it's UiPath.Ipc .Tests.ISystemCallback." ) ;
91
91
exception . Is < ArgumentException > ( ) . ShouldBeTrue ( ) ;
92
92
}
93
93
[ Fact ]
You can’t perform that action at this time.
0 commit comments