-
I don't understand the first rule of DI mentioned here: https://github.com/icerpc/icerpc-docs/blob/c9e1472c0c0ad626d811ee0d1947beb4bbf9c2ca/pages/icerpc-core/dependency-injection/di-and-icerpc-for-csh…
-
### === Problem 1 ===
The problem is that the link is generated based on the page's URI, and the URI now includes `Slice1` or `Slice2`.
However, the actual folder in Github is just named `Slice`.
…
-
There are also some Slic invariants--things that will never change--that we could/should mention in some way. For example:
- header layout
- the start of the InitializeFrame
- the …
-
We should consider adding full Protobuf support, i.e.:
- add a protoc plugin that generates C# code for Protobuf services
I anticipate this code would be similar to the C# code generated for Sl…
-
Sometime we use ``[`ClientConnection`][client-connection]`` and sometime we use `[ClientConnection][client-connection]` for links to class names.
For example, here's the difference between the two:…
-
@bentoi is proposing to move SliceException to IceRpc.Slice.
See https://github.com/icerpc/slicec/issues/624#issuecomment-1660739811 and following comments.
-
The Slice `throws` syntax suggests an exception but it's really like a Result, as described in the Getting started:
https://docs.testing.zeroc.com/getting-started/raising-the-bar/slice-better-idl#b…
-
In the Microsoft API reference, you can easily see what implements an interface or derives from an abstract class.
Can you do the same for our API reference?
For example:
https://docs.testing.z…
-
Microsoft uses xxx.ProjectTemplates for some of its template packages, to distinguish between item templates and project templates. If you use `dotnet new search`, you'll see it's not a common naming:…
-
Looks good.
Not necessarily related to this PR but I think it might be a little confusing to users to have this customization section.
1. It gives the impression that these are the…