Commit d39b309
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.Tests
- Tools
- CoreRemoting
- Channels/NamedPipe
- Serialization
- NeoBinary
- Examples/HelloWorld
- HelloWorld.Client
- HelloWorld.Server
Lines changed: 0 additions & 12 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments