icerpc-csharp icon indicating copy to clipboard operation
icerpc-csharp copied to clipboard

Provide instructions to use our transport conformance tests with a custom transport

Open bentoi opened this issue 2 years ago • 2 comments

See https://github.com/icerpc/icerpc-docs/pull/226#pullrequestreview-1559368409

Perhaps, it's actually more than just instructions. We could consider moving these conformance tests to a separate repository and add a custom transport example.

bentoi avatar Aug 03 '23 06:08 bentoi

We could consider moving these conformance tests to a separate repository

How would this work? Our tests depend on them. I think the idea is to publish NuGet packages for IceRpc.Tests.Common and IceRpc.Conformance.Tests a third-party transport can depend on these packages to implement the conformance tests.

pepone avatar Aug 03 '23 07:08 pepone

Just publishing NuGet packages is indeed simpler.

bentoi avatar Aug 03 '23 08:08 bentoi