DevArchive.net Blog
Wednesday, March 30, 2016
Generate C# Code for Google Protobuf Definition in VS 2015
I created small extension for Visual Studio 2015, allowing to write .proto files with
Google Protobuf
definitions, and generating C# code on save. The extension is really a custom tool for .proto files.
The code is available on
github
To use it -
- clone the repo,
- build the solution
- navigate to bin\Debug\ and run ProtobufCSharp.vsix
- run Visual Studio 2015, and enjoy
enjoy!
‹
›
Home
View web version