-
Just got this error on main on macOS:
```
Failed IceRpc:Tests:ServerTests:Connection_accepted_when_max_connections_is_reached_then_decremented [192 ms]
Error Message:
Multiple failures or war…
-
> For example, [gRPC](https://grpc.io/)'s IDL is [Protobuf](https://en.wikipedia.org/wiki/Protocol_Buffers) and you'd be hard pressed to find examples of gRPC applications that don't use Protobuf.
…
-
Looks good! Can we likewise get rid of `--test`?
_Originally posted by @externl in https://github.com/icerpc/icerpc-csharp/pull/3444#pullrequestreview-1503887566_
-
The GitHub footer link doesn't change from zeroc-ice to icerpc, when you change the product. The one in the header does.
-
The `Keep_alive_action_is_called` test is intermittently failing for me on Windows 11 running off main.
This is probably related to: https://github.com/icerpc/icerpc-csharp/issues/3365
I've never se…
-
Seems to be a strange bug where callouts are not rendering at all. Will investigate.
-
See title.
-
This test failed when building the coverage report
```
#24 7.548 Failed IceRpc:Tests:Transports:TcpTransportTests:Configure_server_connection_listen_backlog [384 ms]
#22 28.67 Completed Scope:Met…
-
Please revert the updates to the VS code screenshots. They are now very hard to read. These screenshots should use the full width, just like they did previously.
-
With #3117, we need 3 namespaces when using DI:
- `IceRpc`, useful for calls like `Into`
- `IceRpc.Extensions.DependencyInjection`, which makes our ServiceCollection extension methods visible
- `…