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

Add StyleCop packages to the example and template projects #3936

Closed pepone closed 5 months ago

pepone commented 5 months ago

Same as we do for source projects we should add the StyleCop.Analyzers NuGet package to the example and template projects.

pepone commented 5 months ago

Fixed templates in #3970 and examples in #3964