aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test
Commit message (Expand)AuthorAgeFilesLines
* Cherrypick for csharp, including:Jie Luo2017-12-1919-532/+2111
* Fix merging with message-valued oneofJon Skeet2017-10-312-7/+364
* Add JsonParser setting to ignore unknown field valuesJon Skeet2017-10-282-0/+37
* Detect invalid tags with a field number of 0 in C#Jon Skeet2017-08-111-0/+14
* Update the comment on the message_type to cover what it should be.Thomas Van Lenten2017-07-261-3/+3
* Merge pull request #3281 from BSBandme/ConformanceTestYilunChongYilun Chong2017-07-241-211/+215
|\
| * fix php failing list and csharp generated protoYilun Chong2017-07-051-211/+215
* | C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V>Jean-Rémy Bancel2017-07-121-0/+16
* | Ensure leaveOpen is true when writing to a bufferJon Skeet2017-07-042-2/+16
* | Make Any easier to work with in C#Jon Skeet2017-07-031-0/+28
|/
* update csharp README and fix .NET 3.5 build errorJohn Brock2017-05-251-1/+5
* Convert C# projects to MSBuild (csproj) formatJon Skeet2017-05-244-66/+74
* Add FormatEnumAsInt support for Json Format. And scale JsonFormatter.Settings...Jie Luo2017-03-242-12/+29
* There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-282-89/+221
* Upgrading test-related librariesJohn Brock2017-02-231-2/+2
* Fixes for .NET 3.5 compatibilityJohn Brock2017-02-234-4/+74
* Fix CopyTo argument validationJon Skeet2017-02-061-0/+16
* 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