Skip to content

Commit d39b309

Browse files
committed
Remove CoreRemoting.Channels.NamedPipe project from the solution and replace it with the new CoreRemoting/Channels/NamedPipe/SimpleNamedPipe.cs and CoreRemoting/Channels/NamedPipe/NamedPipeServerChannel.cs and CoreRemoting/Channels/NamedPipe/NamedPipeClientChannel.cs files. Update CoreRemoting.Tests/CoreRemoting.Tests.csproj to remove the reference to the removed project. Update CoreRemoting/Serialization/NeoBinary/NeoBinarySerializer.cs to use BsonSerializerAdapter instead of NeoBinarySerializerAdapter. Update CoreRemoting/RemotingClient.cs to use BsonSerializerAdapter instead of NeoBinarySerializerAdapter. Update CoreRemoting/RemotingServer.cs to use BsonSerializerAdapter instead of NeoBinarySerializerAdapter. Update CoreRemoting.sln to remove the reference to the removed project. Update CoreRemoting.Tests/RpcTests.cs to fix various issues and improve tests. Update CoreRemoting/Serialization/SerializableException.cs to fix serialization and deserialization issues. Update Examples/HelloWorld/HelloWorld.Client/HelloWorldClient.cs to use BsonSerializerAdapter instead of NeoBinarySerializerAdapter. Update CoreRemoting/RemotingSession.cs to improve error handling and logging.
1 parent 2f57b3a commit d39b309

15 files changed

Lines changed: 3210 additions & 3091 deletions

File tree

CoreRemoting.Channels.NamedPipe/CoreRemoting.Channels.NamedPipe.csproj

Lines changed: 0 additions & 12 deletions
This file was deleted.

CoreRemoting.Tests/CoreRemoting.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
</ItemGroup>
5353

5454
<ItemGroup>
55-
<ProjectReference Include="..\CoreRemoting.Channels.NamedPipe\CoreRemoting.Channels.NamedPipe.csproj" />
5655
<ProjectReference Include="..\CoreRemoting.Channels.WebsocketSharp\CoreRemoting.Channels.WebsocketSharp.csproj" />
5756
<ProjectReference Include="..\CoreRemoting.Tests.ExternalTypes\CoreRemoting.Tests.ExternalTypes.csproj" />
5857
<ProjectReference Include="..\CoreRemoting\CoreRemoting.csproj" />

0 commit comments

Comments
 (0)