Info
Version: | 0.2.9 |
Author(s): | RSocket RPC authors. |
Last Update: | Monday, June 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rsocket/rsocket-rpc-net |
NuGet Url: | https://www.nuget.org/packages/RSocket.Rpc.Tools |
Install
Install-Package RSocket.Rpc.Tools
dotnet add package RSocket.Rpc.Tools
paket add RSocket.Rpc.Tools
RSocket.Rpc.Tools Download (Unzip the "nupkg" after downloading)
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for RSocket RPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS.
Managed runtime is supplied separately in the RSocket.Rpc.Core package.