aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test
Commit message (Expand)AuthorAgeFilesLines
* Remove the overload for Add(RepeatedField<T>)Jon Skeet2016-07-141-2/+10
* Optimize AddRange for sequences implementing ICollectionJon Skeet2016-07-141-2/+70
* Implement RepeatedField.AddRange.Jon Skeet2016-07-141-0/+10
* 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
|\
| * Ensure all formatted well-known-type values are valid JSONJon Skeet2016-01-062-25/+41
* | Improve number handling in JSON parsingJon Skeet2016-01-061-12/+35
|/
* Generated code changes from previous commit.Jon Skeet2015-12-156-58/+58
* Make ToString() valid without a type registryJon Skeet2015-12-151-0/+23
* Handle JSON parsing for Any.Jon Skeet2015-12-022-7/+57
* JSON formatting for Any.Jon Skeet2015-12-021-0/+42
* Generated code changes for previous commit (basically InternalBuildGeneratedF...Jon Skeet2015-11-226-6/+6
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-12/+6