Info
Version: | 2.44.0 |
Author(s): | The gRPC Authors |
Last Update: | Tuesday, February 15, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/grpc/grpc |
NuGet Url: | https://www.nuget.org/packages/Grpc.Core.Xamarin |
Install
Install-Package Grpc.Core.Xamarin
dotnet add package Grpc.Core.Xamarin
paket add Grpc.Core.Xamarin
Grpc.Core.Xamarin Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Grpc.Core(>= 2.35.0)
- Grpc.Core(>= 2.35.0)
- Grpc.Core(>= 2.35.0)
- NETStandard.Library(>= 1.6.1)
Tags
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 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.