libgrpc_csharp_ext.arm7 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package libgrpc_csharp_ext.arm7 --version 1.0.3
NuGet\Install-Package libgrpc_csharp_ext.arm7 -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libgrpc_csharp_ext.arm7" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add libgrpc_csharp_ext.arm7 --version 1.0.3
#r "nuget: libgrpc_csharp_ext.arm7, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install libgrpc_csharp_ext.arm7 as a Cake Addin
#addin nuget:?package=libgrpc_csharp_ext.arm7&version=1.0.3

// Install libgrpc_csharp_ext.arm7 as a Cake Tool
#tool nuget:?package=libgrpc_csharp_ext.arm7&version=1.0.3

libgrpc_csharp_ext compiled for arm7 - see release notes for details until I get a blog post out

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.1.0 9,353 1/20/2020
1.0.9 2,294 1/19/2020
1.0.8 2,727 7/18/2019
1.0.7 2,441 4/9/2019
1.0.6 2,347 4/8/2019
1.0.5 2,241 4/8/2019
1.0.4 2,316 4/5/2019
1.0.3 2,286 4/5/2019
1.0.2 2,454 4/5/2019
1.0.1 2,269 4/5/2019
1.0.0 2,583 4/4/2019

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)