icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
107 stars 13 forks source link

Add Slice.Tests.Common #3519

Closed pepone closed 1 year ago

pepone commented 1 year ago
          IceRpc.Tests.Common = common test-related public classes with a dependency on IceRpc

We could add: Slice.Tests.Common = common test-related public classes with a dependendency on Slice

and use Slice.Tests.Common in Slice tests and in IceRpc.Slice tests.

_Originally posted by @bernardnormier in https://github.com/icerpc/icerpc-csharp/pull/3515#discussion_r1261687579_

pepone commented 1 year ago

For Slice.Tests I copied two types from IceRpc.Tets.Common TestMemoryPool and MemoryBufferWriter

I wouldn't add a new assembly:

bernardnormier commented 1 year ago

Ok