camunda-community-hub / zeebe-client-csharp

Contains an Zeebe C# client implementation.
https://camunda-community-hub.github.io/zeebe-client-csharp/
Apache License 2.0
99 stars 53 forks source link

refactor: get rid of Grpc.core dependency into ZeebeClient #727

Closed xlegalles closed 1 month ago

xlegalles commented 1 month ago

This 1st PR only moves the Grpc.Core dependency to tests. The client is clean after that. Note that Grpc.Core.Api is still part of the https://github.com/grpc/grpc-dotnet project.