Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Tattermusch 4e80fe15ed Added instructions to manually download the dependencies 10 years ago
..
NUnit-config Imported protobuf-csharp-port into csharp/ tree 10 years ago
README.md Added instructions to manually download the dependencies 10 years ago

README.md

This directory used to contain the binary dependencies, but they were removed during a cleanup associated with importing the project into google/protobuf repository. Before we figure a better way to manage the dependencies, you will have to manually download the dependencies to be able to build the test projects:

  1. Download https://github.com/jskeet/protobuf-csharp-port/archive/2.4.1.555.zip
  2. Open the archive and copy following files into this directory:
    • lib/Microsoft.Silverlight.Testing/
    • lib/NUnit/
    • lib/proto.exe

After that, you should be able to fully build the C# protobufs Visual Studio solutions.

TODO(jtattermusch): the way we pull in dependencies needs to change