[grpc-io] Re: Cross Language support C++, .NET 4.8, .Net Core...

2021-12-09 Thread Dimiter Stanev
I'm using this on Windows, for an automated test. The test runner is written in C# (.Net Framework 4.7.2), using Grpc.Core (e.g. the C++ wrapped as C#). The application is in C++ using C++ grpc. No secure channels, no special things, just local port, and no issues so far. The only thing I've

[grpc-io] Re: Cross Language support C++, .NET 4.8, .Net Core...

2021-12-01 Thread 'yas...@google.com' via grpc.io
I don't know of any issues doing this. On Friday, November 19, 2021 at 3:40:58 AM UTC-8 thecpu...@gmail.com wrote: > How feasible is it to have implementations where one end is in: > > * C++ (native) > * C# running .NET 4.8 full framework > * C# running .NET Core 5.0 or later > > And the other