Lines Matching +full:build +full:- +full:mac
9 - The original gRPC C# implementation based on the native gRPC Core library (the source code lives …
10 - The new "gRPC for .NET" implementation written in pure C# and based on the newly released .NET Co…
12 The implementations are meant to coexist side-by-side and each has its own advantages in terms of a…
13 They share the same API for invoking and handling RPCs, thus limiting the lock-in and enabling user…
19 ------------------
21 - [.NET Core](https://dotnet.github.io/) on Linux, Windows and Mac OS X
22 - .NET Framework 4.5+ (Windows)
23 - Mono 4+ on Linux, Windows and Mac OS X
26 --------------
31 - Windows: .NET Framework 4.5+, Visual Studio 2013 or newer, Visual Studio Code
32 - Linux: Mono 4+, Visual Studio Code
33 - Mac OS X: Mono 4+, Visual Studio Code, Visual Studio for Mac
36 --------------
38 **Windows, Linux, Mac OS X**
40 - Open Visual Studio and start a new project/solution (alternatively, you can create a new project …
42 - Add the [Grpc](https://www.nuget.org/packages/Grpc/) NuGet package as a dependency (Project optio…
44 - To be able to generate code from Protocol Buffer (`.proto`) file definitions, add the [Grpc.Tools…
55 --------------
59 Feed URL (NuGet v2): https://grpc.jfrog.io/grpc/api/nuget/grpc-nuget-dev
61 Feed URL (NuGet v3): https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev
65 BUILD FROM SOURCE
66 -----------------
73 - [dotnet SDK](https://www.microsoft.com/net/core)
74 - [Mono 4+](https://www.mono-project.com/) (only needed for Linux and MacOS)
75 - Prerequisites mentioned in [BUILDING.md](../../BUILDING.md#pre-requisites)
78 **Windows, Linux or Mac OS X**
80 - The easiest way to build is using the `run_tests.py` script that will take care of building the `…
84 # are available by running "git submodule update --init"
87 $ python tools/run_tests/run_tests.py -l csharp -c dbg --build_only
90 - Use Visual Studio 2017 (on Windows) to open the solution `Grpc.sln` or use Visual Studio Code wit…
95 -------------
107 $ python tools/run_tests/run_tests.py -l csharp -c dbg
111 -------------
112 - [.NET Build Integration](BUILD-INTEGRATION.md)
113 - [API Reference][]
114 - [Helloworld Example][]
115 - [RouteGuide Tutorial][]
118 -----------
123 ---------------