[protobuf] Re: report a bug

2016-02-20 Thread 'Josh Haberman' via Protocol Buffers
Hi and thanks for the report. Please file bugs in GitHub issues: https://github.com/google/protobuf/issues On Friday, February 19, 2016 at 3:57:10 PM UTC-8, ykwd.tsing...@gmail.com wrote: > > Hi > > This is a nice project which saves me a lot of times. > > During my use I find a bug in some

Re: [protobuf] Report a bug

2016-02-20 Thread GoldenBull Chen
Welcome to the new world of C# 6 and VS2015 :) These new syntax sugars will make your coding life easier. 2016-02-19 20:00 GMT+08:00 : > Hi, > > Protobuf is a nice work which saves me a lot of time. > > Through my using, I find a bug as the following : > > In some csharp

[protobuf] Re: Report a bug

2016-02-20 Thread Jon Skeet
In general, you'd report a bug at https://github.com/google/protobuf/issues ... but in this case there's no bug. This is perfectly valid C# 6, which is required to build the Google.Protobuf library. The code generated by protoc *doesn't* use C# 6, so you should be fine with whatever you