How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Blog: gRPC Meets .NET SDK And Visual Studio: Automatic Codegen On Build

calendar_today June 25, 2018 person domain grpc

As part of Microsoft’s move towards its cross-platform .NET offering, they have greatly simplified the project file format, and allowed a tight integration of third-party code generators with .NET projects. We are listening, and now proud to introduce integrated compilation of Protocol Buffer and gRPC service .proto files in .NET C# projects starting with the version 1.17 of the Grpc.Tools NuGet package, now available from Nuget.org. You no longer need to use hand-written scripts to generate code from .proto files: The .NET build magic handles this for you.

open_in_new Read original post