belav / csharpier

CSharpier is an opinionated code formatter for c#.
https://csharpier.com
MIT License
1.43k stars 99 forks source link

Remove GRPC and move to http using kestrel #1137

Closed belav closed 10 months ago

belav commented 10 months ago

Nuget package went from 18mb to 70mb when the gRPC packages were included. This is 20mb as a package.

This should accomplish the same thing without all the bloat and the code is mostly the same.