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 22using System . Threading ;
33using System . Threading . Tasks ;
44
5- namespace UiPath . CoreIpc . NodeInterop ;
5+ namespace UiPath . Ipc . NodeInterop ;
66
77internal static class Contracts
88{
Original file line number Diff line number Diff line change 77using System . Net . WebSockets ;
88using System . Threading ;
99using System . Threading . Tasks ;
10- using UiPath . CoreIpc . NamedPipe ;
11- using UiPath . CoreIpc . WebSockets ;
10+ using UiPath . Ipc . NamedPipe ;
11+ using UiPath . Ipc . WebSockets ;
1212
13- namespace UiPath . CoreIpc . NodeInterop ;
13+ namespace UiPath . Ipc . NodeInterop ;
1414
1515using static Contracts ;
1616using static ServiceImpls ;
Original file line number Diff line number Diff line change 33using System . Threading ;
44using System . Threading . Tasks ;
55
6- namespace UiPath . CoreIpc . NodeInterop ;
6+ namespace UiPath . Ipc . NodeInterop ;
77
88using static Contracts ;
99
Original file line number Diff line number Diff line change 22using Newtonsoft . Json . Converters ;
33using System ;
44
5- namespace UiPath . CoreIpc . NodeInterop ;
5+ namespace UiPath . Ipc . NodeInterop ;
66
77internal static class Signalling
88{
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public async Task MissingCallback()
8787 {
8888 exception = ex ;
8989 }
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." ) ;
9191 exception . Is < ArgumentException > ( ) . ShouldBeTrue ( ) ;
9292 }
9393 [ Fact ]
You can’t perform that action at this time.
0 commit comments