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

Source generator packaging? #3909

Closed bernardnormier closed 5 months ago

bernardnormier commented 7 months ago

Should we use https://www.nuget.org/packages/ViHo.PackAsAnalyzer to package our source generators?

That's what Dunet uses for its packaging.

externl commented 7 months ago

I'd be a bit hesitant as this project is not very active. What does it offer over our current setup?