aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test
Commit message (Expand)AuthorAgeFilesLines
* Add Oneof custom options testJie Luo2017-01-272-110/+112
* Support custom options in C#Jon Skeet2017-01-192-0/+2894
* Add ByteString.FromStream and ByteString.FromStreamAsync in C#Jon Skeet2017-01-102-1/+55
* Give C# ByteString a sensible GetHashCode implementation.Jon Skeet2016-12-161-0/+13
* remove leading whitespace in C# xml commentsJan Tattermusch2016-12-125-84/+84
* Factored Conformance and Benchmark test messages into shared test schema. (#1...Joshua Haberman2016-12-032-1/+3691
* Fix csharp/src/Google.Protobuf.Test/project.jsonJulien Brianceau2016-11-141-1/+1
* Change JSON field name formattingJon Skeet2016-11-031-6/+6
* Bring C#'s ToPascalCase method in line with C++.Jon Skeet2016-07-271-0/+6
* Move to dotnet cli for building, and .NET Core (netstandard1.0) as target pla...Jon Skeet2016-07-149-178/+68
* Implement RepeatedField.AddRange (#1733)Jon Skeet2016-07-131-2/+88
* Remove unnecessary reflection callJon Skeet2016-07-081-19/+2
* Changes to generated code from previous commitJon Skeet2016-07-046-78/+1107
* Adding conditional compiler symbol to support .NET 3.5 (#1713)detlevschwabe2016-06-281-1/+2
* Expose JsonFormatter.WriteValue.Jon Skeet2016-06-231-0/+47
* Move test for standalone BoolValue to JsonParserTestJon Skeet2016-05-113-7/+19
* Fixed parsing of BoolValue.Jos Hickson2016-05-111-0/+7
* Allow custom type URL prefixes in Any.PackJon Skeet2016-04-293-0/+47
* Regenerate all C# code and make it compileJon Skeet2016-04-2012-113/+113
* Remove duplicate test cases.Jon Skeet2016-04-012-2/+0
* Code review fixesalien2016-03-291-0/+1
* csharp: add support for the json_name optionalien2016-03-182-5/+186
* Replace StringBuilder with TextWriter in JsonFormatteravgweb2016-03-061-0/+9
* Fix copy/paste typo in CodedInputStreamTestJon Skeet2016-03-011-1/+1
* Implement IDisposable for CodedInputStream and CodedOutputStreamJon Skeet2016-02-292-0/+50
* Merge pull request #1240 from jskeet/validate_groupJan Tattermusch2016-02-182-6/+51
|\
| * Validate that end-group tags match their corresponding start-group tagsJon Skeet2016-02-152-6/+51
* | Add more tests around merging wrappersJon Skeet2016-02-151-2/+41
|/
* Use checked-in key to build ReleaseSignedJan Tattermusch2016-02-091-1/+1
* Generated code changes from previous commitJon Skeet2016-02-042-14/+14
* Generated code for GeneratedCodeInfo changeJon Skeet2016-02-046-59/+59
* Merge pull request #1158 from jskeet/nonnormalized-tostringJan Tattermusch2016-01-265-2/+94
|\
| * Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet2016-01-205-2/+94
* | Fix mistakes in highest-representable float64 integersJon Skeet2016-01-211-2/+2
|/
* Merge pull request #1096 from jskeet/custom-to-stringJan Tattermusch2016-01-194-1/+63
|\
| * Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet2016-01-134-1/+63
* | Fix broken testJon Skeet2016-01-151-1/+1
* | Make sure thatJon Skeet2016-01-152-4/+51
* | Reject JSON containing the same oneof field twiceJon Skeet2016-01-151-0/+7
* | Change handling of unknown enums: we now write out the value as a number.Jon Skeet2016-01-152-16/+13
* | Extra strictness for FieldMask conversionJon Skeet2016-01-152-0/+18
* | Allow the original field name (rather than camel-cased) when parsing JSONJon Skeet2016-01-151-0/+8
* | Fixes to JSON timestamp/duration representationsJon Skeet2016-01-154-9/+73
* | Prohibit null values in repeated and map fields in JSONJon Skeet2016-01-151-0/+30
* | Throw a better exception when invalid base64 is detected in JSONJon Skeet2016-01-151-0/+9
* | Support (and test) numeric enum parsing in JSONJon Skeet2016-01-151-0/+20
* | Fix handling of repeated wrappersJon Skeet2016-01-151-0/+24
* | JSON conformance test fixesJon Skeet2016-01-131-0/+7
|/
* Prohibit null values in map fieldsJon Skeet2016-01-115-77/+51
* Merge pull request #1098 from jskeet/wkt-jsonJan Tattermusch2016-01-082-25/+41
|\