<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>Xamarin support for gRPC C#. Note that the gRPC C# support for the Xamarin platform is considered experimental.
<Description>Xamarin support for gRPC C#. Note that the gRPC C# support for the Xamarin platform is considered experimental.
This package contains the native grpc_csharp_ext libraries that are needed to run gRPC C# on mobile platforms (Android, iOS).
WARNING: Versions of Grpc.Core.Xamarin and Grpc.Core dependencies being used in your project must always match exactly, otherwise
This package contains the native grpc_csharp_ext libraries that are needed to run gRPC C# on mobile platforms (Android, iOS).
things will be badly broken.</Description>
WARNING: Versions of Grpc.Core.Xamarin and Grpc.Core dependencies being used in your project must always match exactly, otherwise things will be badly broken.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.</Description>
A C# implementation of gRPC based on the native gRPC Core library.
A C# implementation of gRPC based on the native gRPC Core library.
There are currently two official implementations of gRPC for C#
The implementation in this directory is the original implementation of gRPC for C# (i.e. `Grpc.Core` nuget package)
and it is currently in maintenance mode. We plan to deprecate it in the future
- The original gRPC C# implementation based on the native gRPC Core library (the source code lives in this directory)
in favor of the [grpc-dotnet](https://github.com/grpc/grpc-dotnet) implementation.
- The new "gRPC for .NET" implementation written in pure C# and based on the newly released .NET Core 3 (source code available at https://github.com/grpc/grpc-dotnet)
See [blogpost](https://grpc.io/blog/grpc-csharp-future/) for more details.
The implementations are meant to coexist side-by-side and each has its own advantages in terms of available features, integrations, supported platforms, maturity level and performance.
They share the same API for invoking and handling RPCs, thus limiting the lock-in and enabling users to choose the implementation that satisfies their needs the best
(and perhaps adjust their choice over time without needing to do too much refactoring).
The following documentation is for the original gRPC C# implementation only (the `Grpc.Core` nuget package).
The following documentation is for the original gRPC C# implementation only (the `Grpc.Core` nuget package).