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
107 stars 13 forks source link

Moved Interop example slice files into slice folders #3879

Closed ReeceHumphreys closed 9 months ago

ReeceHumphreys commented 9 months ago

When doing some testing for the slice VSCode extension I noticed that the slice files for the Interop examples were not in a slice folder like the rest of the examples. Im not sure if this was intentional or if I need to update any .csproj so I figured I would open a PR to fix it.