Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build protobuf-csharp-port with VS2015 #107

Open
kuroburki opened this issue May 12, 2016 · 1 comment
Open

Build protobuf-csharp-port with VS2015 #107

kuroburki opened this issue May 12, 2016 · 1 comment

Comments

@kuroburki
Copy link

We are evaluating Protocol Buffers (proto2) to implement data serialization for message exchanges between C++, C# and Java applications over an AMQP messaging middleware. The Java and C++ applications are covered with the proto2 default compiler. Our C# based application is built with VS2015. Do you have instructions to build this project in VS2015?

@jskeet
Copy link
Owner

jskeet commented May 13, 2016

Firstly, while it makes sense to make sure that you can make changes if you need to, most users shouldn't need to build from source - just use the Nuget packages available.

You should be able to just build the solution as it stands - I've just opened it up in Visual Studio 2015 Community Edition, selected the Debug configuration, and built it. Did you try this, and if so, what problems did you run into? (I see a lot of warnings, either about Silverlight testing not being available or CLS compliance, but those shouldn't cause a problem. Obviously if you still want Silverlight you'll need to install the relevant components.)

Please note that this project is not under active development, however - all further work is going into the proto3 codebase at https://github.com/google/protobuf

@jskeet jskeet closed this as completed May 13, 2016
@jskeet jskeet reopened this May 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants