Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

getspacetime/grpc-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grpc-wrapper

Use grpcurl in C# applications

PRE-RELEASE SOFTWARE

This library is pre-release and should not, in any way, be used in a production system. There is a high potential of significant, breaking changes for the near future.

Installation

dotnet add package Spacetime.GRPCurl.Wrapper --version 1.0.0

Building

Run the build.ps1 script in the go folder; this will build the DLLs and copies them to the Spacetime.gRPC.Wrapper\Costura{32|64} directories.

cd src/go
build.ps1

The files are included as resources (Build Action: Embedded resource) and Fody/Fody.Costura takes care of the rest.

Functions you wish to invoke must be defined in GoFunctions.cs.

About

Use grpcurl in C# applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published