icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
94 stars 13 forks source link

Don't Escape Single-Quote Characters #4004

Closed InsertCreativityHere closed 1 month ago

InsertCreativityHere commented 1 month ago

After some discussion on #3984, it seems like slicec-cs never needs to escape single-quotes. So this PR removes our escaping of it, so that doc-comments are more human-readable.