libgrpc_csharp_ext.arm7
1.0.4
See the version list below for details.
dotnet add package libgrpc_csharp_ext.arm7 --version 1.0.4
NuGet\Install-Package libgrpc_csharp_ext.arm7 -Version 1.0.4
<PackageReference Include="libgrpc_csharp_ext.arm7" Version="1.0.4" />
paket add libgrpc_csharp_ext.arm7 --version 1.0.4
#r "nuget: libgrpc_csharp_ext.arm7, 1.0.4"
// Install libgrpc_csharp_ext.arm7 as a Cake Addin #addin nuget:?package=libgrpc_csharp_ext.arm7&version=1.0.4 // Install libgrpc_csharp_ext.arm7 as a Cake Tool #tool nuget:?package=libgrpc_csharp_ext.arm7&version=1.0.4
libgrpc_csharp_ext compiled for arm7 - see release notes for details until I get a blog post out
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
still learning to learn nuget... last release didn't include the actual library, so here it is again: updated for better compatibility with PackageReference. Note: As of dotnet preview 3, this needs to be copied over/renamed as libgrpc_csharp_ext.x86.so on the pi for the current runtime to pick it up correctly. This is simply due to not having native support for ARM7 processors and the internal code selecting a name for the native library based on cpu bitness, which while the processor on the pi 3 is 64 bit, does not declare itself so, thus the runtime asks for the x86 version (see https://github.com/grpc/grpc/blob/2780136fcf9bd268aaddea74b115fbc2faa97c61/src/csharp/Grpc.Core/Internal/NativeExtension.cs#L202)