-
With the existing API documentation and examples I was able to write a few successful test applications of Client -> Server invocations and responses. However, I'd like to support Server-originated me…
-
### Desired feature
I don't see a place to ask questions so unfortunately I am placing it here.
Does this project work with WASM? Specifically Microsoft Blazor.
### Problem
_No response_
### Al…
-
Hello,
I'm trying to get interoperability working with an IceRPC server and a python Ice client. I tried to get a simple greeter to work at first, but I can't seem to get it to work and I don't see a…
-
I see these warnings when building the docs with the latest docfx. It would be good to create a test case and report the issue.
docfx --version
2.66.2+95d113dca43efe17044f80b056b40789bd6a65db
`…
-
czy77 updated
7 months ago
-
Slice classes and interfaces used to be very similar, where a class could have (local) operations and implement interfaces. Classes could even be used as servants, and the Freeze evictor relied on thi…
-
Some examples have unknown usings. It would be nice to:
(a) remove them
(b) detect them all
For example:
protobuf/Logger/Server/Program.cs has an unused "using IceRpc.Protobuf;"
-
In IceRPC 0.3.0 (but no 0.2.x, 0.1.x), the decoding of a Slice1-encoded tagged proxy that holds the null value (a very uncommon situation) is broken.
The issue is that in 0.3.0, we decode Slice1-en…
-
In Ice 3.7 and earlier, we have two types of exceptions, both directives from the base abstract Ice::Exception:
- user exceptions
- run-time exceptions aka local exceptions
See https://doc.zeroc.co…
-
We should move this extension method to IceRpc assembly, as we already moved GetDefaultServicePath
https://github.com/icerpc/icerpc-csharp/blob/78479d2949efdecd3c753c851063540917ece074/src/IceRpc.S…