-
Now rust language is becoming more and more popular, zeroc-ice can support rust? Thanks!
-
The NuGet correctly packages the top-level README by mistake.
-
Both of the following pages say they only take 1 minute to read:
- https://docs.icerpc.dev/slice1/language-guide/class-types
- https://docs.icerpc.dev/slice1/language-guide/exception
Despite the …
-
The [encoding referece](https://docs.icerpc.dev/slice2/encoding/primitive-types) states that bools _must_ be `0` for `false` or `1` for `true`, and that all other values are invalid.
However, the l…
-
```
Failed IceRpc:Tests:ClientConnectionTests:Shutdown_can_be_canceled [8 s]
Stack Trace:
+++ Unobserved task exception System.Threading.Tasks.Task`1[NUnit.Framework.Internal.TestResult]:
…
-
We should have no reference to *.testing.zeroc.com in the docs.
-
Currently, when you define a Slice interface X, you get a data type that you can encode/decode - and for example use as a struct field or operation parameter. This data type is a "proxy" to a service …
-
It would be nicer if IceRpc.Protobuf.Tools could "pull" a specific version of Google.Protobuf.Tools.
This way, in your IceRPC + Protobuf project file, you would need to reference only (a specific v…
-
The Protobuf generator in https://github.com/icerpc/icerpc-csharp/tree/main/tools/protobuf/IceRpc.ProtocGen only handles Unary RPCs.
We should support streaming RPCs just like we do for Slice.
-
The current layout for tools is not great
```
tools/IceRpc.Slice.Tools
tools/protobuf/Common
tools/protobuf/IceRpc.Protobuf.Tools
tools/protobuf/IceRpc.ProtocGen
tools/slicec-cs
```
I thin…