icerpc-csharp
icerpc-csharp copied to clipboard
Provide instructions to use our transport conformance tests with a custom transport
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.
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.
Just publishing NuGet packages is indeed simpler.