aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test
Commit message (Expand)AuthorAgeFilesLines
* C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman2018-09-246-121/+139
* Test locations, and add comment to clarify testingJon Skeet2018-09-221-0/+21
* Simplify descriptor testsJon Skeet2018-09-221-13/+13
* Add comment about FileDescriptor not exposing a declarationJon Skeet2018-09-221-0/+3
* Provide simple access to descriptor declarations in C#Jon Skeet2018-09-224-16/+472
* Cross-link descriptor when building from byte stringsJon Skeet2018-09-101-12/+43
* Replace repo links.Feng Xiao2018-08-221-1/+1
* Support creating FileDescriptors dynamically from binary data.Jon Skeet2018-08-201-15/+84
* implement IComparable and comparison operators on Timestamp (#4318)Warren Falk2018-07-091-0/+101
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-255-0/+0
* Write messages to backing field in generated C# cloning code (#4440)Sydney Acksman2018-04-196-37/+37
* Merge pull request #4283 from ObsidianMinor/csharp/better-test-runnersFeng Xiao2018-04-042-52/+4
|\
| * Updated NUnit packages, removed NUnitLite added packages for dotnet and Visua...ObsidianMinor2018-02-062-52/+4
* | Merge pull request #4345 from jskeet/list-json-nullFeng Xiao2018-03-201-0/+16
|\ \
| * | Allow list values to be null when parsingJon Skeet2018-03-011-0/+16
| |/
* / Remove 64MB memory limit when deserializing messages in C#John Brock2018-01-311-0/+83
|/
* Add DiscardUnknownFields support for C#Jon Skeet2018-01-151-0/+48
* Add auto-generated header to C# generated files (#4038)Jan Tattermusch2017-12-138-16/+32
* Add unknown field support for csharp (#3936)Jie Luo2017-12-1310-191/+1455
* Regenerated code from previous C# codegen commitJon Skeet2017-12-093-26/+26
* Compare floating point values bitwise in C#Jon Skeet2017-12-096-0/+255
* Remove non-C# options from C#-only test protosJon Skeet2017-11-145-10/+9
* MMinor fix-ups to C# tests from changes in earlier commitsJon Skeet2017-11-124-20/+30
* Regenerated test code for C#Jon Skeet2017-11-126-295/+330
* 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