aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Add unknown field support for csharp (#3936)Jie Luo2017-12-131-4/+6
* Compare floating point values bitwise in C#Jon Skeet2017-12-091-0/+11
* Regenerate all C# code and make it compileJon Skeet2016-04-201-16/+16
* Replace StringBuilder with TextWriter in JsonFormatteravgweb2016-03-061-0/+9
* Validate that end-group tags match their corresponding start-group tagsJon Skeet2016-02-151-4/+3
* Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet2016-01-131-0/+16
* Prohibit null values in map fieldsJon Skeet2016-01-111-1/+35
* Include the oneof-case in equality and hash code generated code.Jon Skeet2015-10-241-0/+10
* Address review comments.Jon Skeet2015-08-081-0/+22
* Validate that after reading a message, we've consumed as many bytes as we exp...Jon Skeet2015-08-051-8/+18
* Consume unknown fields when parsing.Jon Skeet2015-08-051-0/+29
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-5/+5
* Prohibit null values for string/bytes fields in generated code.Jon Skeet2015-07-301-0/+10
* remove the freeze APIJan Tattermusch2015-07-291-17/+0
* First pass at making field access simpler.Jon Skeet2015-07-221-160/+0
* Revamp to reflection.Jon Skeet2015-07-211-23/+24
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+760