c# - protobuf-csharp-port what version(s) of these tools are best to use today? -


on mac, using mono 2.6, , wanting started protobuf-csharp-port.

i compiled protoc protobuf-2.3.0 google. or should use protobuf-2.4.0 came out? protobuf-csharp-port should use download of 0.9.1 (may 2010) or go ahead , clone git master branch?

so, looks compiled addressbook tutorial using 2.3.0 + 0.9.1. wanting know if it's advisable go protoc 2.4.0 + git master?

thanks in advance , looking forward digging in protobuf-csharp-port. alex

i can't i've used protobuf-csharp-port on mac. it's probably best go 2.3.0 build of protobuf that's version of protoc use on windows.

i suggest using latest version of protobuf-csharp-port on github; includes few new features in protogen such automatically calling protoc - although assumes protoc.exe, you'll need tinker call mac version. can specify various of generation options command line instead of "polluting" otherwise portable .proto file, nice. unfortunately don't have documentation yet, feel free ask information on specific bit :)

the github repository has support "lite" runtime, if that's useful you. that's reasonably recent addition hasn't had usage rest yet, warn you. don't know of problems, aware of recentness :)


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -