-
```
2023-10-18T13:01:35.1478813Z Failed IceRpc:Tests:Transports:QuicStreamConformanceTests:Created_stream_has_expected_id(False,True,1,1) [8 s]
2023-10-18T13:01:35.1480169Z Stack Trace:
```
…
-
In VS code, when I click on IDispatcher.DispatchAsync to see the 99+ references, I get this error (+ small dialog):
```
Using dotnet configured on PATH
Dotnet path: C:\Program Files\dotnet\dotnet…
-
Navigating to: https://docs.icerpc.dev/slice2, and clicking "Edit this Page" tries to open:
"https://github.com/icerpc/icerpc-docs/tree/main/pages/slice.md" But this page doesn't exist.
The issue …
-
It would be helpful to support `cs::identifier` on custom.
The mapped identifier is used to lookup the encode and decode methods, and occasionally you want to customize this identifier.
Use case…
-
We want API reference to link to: https://docs.icerpc.dev/api/csharp/index.html
See https://github.com/icerpc/icerpc-csharp/issues/3651
-
Got this failure in PR build, which seems totally unrelated to my PR:
```
Failed IceRpc:Tests:Transports:Slic:SlicTransportSslAuthenticationConformanceTests:Ssl_server_connection_connect_fails_w…
-
When the idle timer aborts a transport connection (see #3665), the stack trace for the Shutdown failure (when log level = Debug) should show the issue, but does not do so reliably.
Good stack trace…
-
```
2023-10-10T13:29:14.5541922Z Failed IceRpc:Tests:Transports:Tcp:SslConnectionConformanceTests:Flow_control [7 s]
2023-10-10T13:29:14.5542460Z Stack Trace:
```
This happen with .NET 8 RC1…
-
Should we use an example where camel case is the expected case? field name, operation name, parameter name.
For types, the expected case is pascal case so this situation should never …
-
The logic used by the slice parser to push and pop scopes assumes there is a module scope present in some cases
(anything with 2 levels of nesting like operations or the new enumerator with associate…